public class com.microsoft.azure.management.network.implementation.SecurityRuleInner extends com.microsoft.azure.SubResource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.SecurityRuleInner
super_class: com.microsoft.azure.SubResource
{
private java.lang.String description;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.description")
private com.microsoft.azure.management.network.SecurityRuleProtocol protocol;
descriptor: Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.protocol", required = true)
private java.lang.String sourcePortRange;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sourcePortRange")
private java.lang.String destinationPortRange;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destinationPortRange")
private java.lang.String sourceAddressPrefix;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sourceAddressPrefix")
private java.util.List<java.lang.String> sourceAddressPrefixes;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sourceAddressPrefixes")
private java.util.List<com.microsoft.azure.management.network.implementation.ApplicationSecurityGroupInner> sourceApplicationSecurityGroups;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sourceApplicationSecurityGroups")
private java.lang.String destinationAddressPrefix;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destinationAddressPrefix")
private java.util.List<java.lang.String> destinationAddressPrefixes;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destinationAddressPrefixes")
private java.util.List<com.microsoft.azure.management.network.implementation.ApplicationSecurityGroupInner> destinationApplicationSecurityGroups;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destinationApplicationSecurityGroups")
private java.util.List<java.lang.String> sourcePortRanges;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sourcePortRanges")
private java.util.List<java.lang.String> destinationPortRanges;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destinationPortRanges")
private com.microsoft.azure.management.network.SecurityRuleAccess access;
descriptor: Lcom/microsoft/azure/management/network/SecurityRuleAccess;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.access", required = true)
private java.lang.Integer priority;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.priority")
private com.microsoft.azure.management.network.SecurityRuleDirection direction;
descriptor: Lcom/microsoft/azure/management/network/SecurityRuleDirection;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.direction", required = true)
private com.microsoft.azure.management.network.ProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "name")
private java.lang.String etag;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.microsoft.azure.SubResource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public java.lang.String description();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.description:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDescription(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.description:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 description Ljava/lang/String;
MethodParameters:
Name Flags
description
public com.microsoft.azure.management.network.SecurityRuleProtocol protocol();
descriptor: ()Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.protocol:Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withProtocol(com.microsoft.azure.management.network.SecurityRuleProtocol);
descriptor: (Lcom/microsoft/azure/management/network/SecurityRuleProtocol;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.protocol:Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 protocol Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
MethodParameters:
Name Flags
protocol
public java.lang.String sourcePortRange();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRange:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withSourcePortRange(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRange:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 sourcePortRange Ljava/lang/String;
MethodParameters:
Name Flags
sourcePortRange
public java.lang.String destinationPortRange();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRange:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDestinationPortRange(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRange:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 destinationPortRange Ljava/lang/String;
MethodParameters:
Name Flags
destinationPortRange
public java.lang.String sourceAddressPrefix();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefix:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withSourceAddressPrefix(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefix:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 sourceAddressPrefix Ljava/lang/String;
MethodParameters:
Name Flags
sourceAddressPrefix
public java.util.List<java.lang.String> sourceAddressPrefixes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefixes:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withSourceAddressPrefixes(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefixes:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 sourceAddressPrefixes Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
MethodParameters:
Name Flags
sourceAddressPrefixes
public java.util.List<com.microsoft.azure.management.network.implementation.ApplicationSecurityGroupInner> sourceApplicationSecurityGroups();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceApplicationSecurityGroups:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withSourceApplicationSecurityGroups(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationSecurityGroupInner>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceApplicationSecurityGroups:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 sourceApplicationSecurityGroups Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
MethodParameters:
Name Flags
sourceApplicationSecurityGroups
public java.lang.String destinationAddressPrefix();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefix:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDestinationAddressPrefix(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefix:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 destinationAddressPrefix Ljava/lang/String;
MethodParameters:
Name Flags
destinationAddressPrefix
public java.util.List<java.lang.String> destinationAddressPrefixes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefixes:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDestinationAddressPrefixes(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefixes:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 destinationAddressPrefixes Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
MethodParameters:
Name Flags
destinationAddressPrefixes
public java.util.List<com.microsoft.azure.management.network.implementation.ApplicationSecurityGroupInner> destinationApplicationSecurityGroups();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationApplicationSecurityGroups:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDestinationApplicationSecurityGroups(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationSecurityGroupInner>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationApplicationSecurityGroups:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 destinationApplicationSecurityGroups Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationSecurityGroupInner;>;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
MethodParameters:
Name Flags
destinationApplicationSecurityGroups
public java.util.List<java.lang.String> sourcePortRanges();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRanges:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withSourcePortRanges(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRanges:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 sourcePortRanges Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
MethodParameters:
Name Flags
sourcePortRanges
public java.util.List<java.lang.String> destinationPortRanges();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRanges:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDestinationPortRanges(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRanges:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 destinationPortRanges Ljava/util/List<Ljava/lang/String;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
MethodParameters:
Name Flags
destinationPortRanges
public com.microsoft.azure.management.network.SecurityRuleAccess access();
descriptor: ()Lcom/microsoft/azure/management/network/SecurityRuleAccess;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.access:Lcom/microsoft/azure/management/network/SecurityRuleAccess;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withAccess(com.microsoft.azure.management.network.SecurityRuleAccess);
descriptor: (Lcom/microsoft/azure/management/network/SecurityRuleAccess;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.access:Lcom/microsoft/azure/management/network/SecurityRuleAccess;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 access Lcom/microsoft/azure/management/network/SecurityRuleAccess;
MethodParameters:
Name Flags
access
public java.lang.Integer priority();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.priority:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withPriority(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.priority:Ljava/lang/Integer;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 priority Ljava/lang/Integer;
MethodParameters:
Name Flags
priority
public com.microsoft.azure.management.network.SecurityRuleDirection direction();
descriptor: ()Lcom/microsoft/azure/management/network/SecurityRuleDirection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.direction:Lcom/microsoft/azure/management/network/SecurityRuleDirection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withDirection(com.microsoft.azure.management.network.SecurityRuleDirection);
descriptor: (Lcom/microsoft/azure/management/network/SecurityRuleDirection;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.direction:Lcom/microsoft/azure/management/network/SecurityRuleDirection;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 direction Lcom/microsoft/azure/management/network/SecurityRuleDirection;
MethodParameters:
Name Flags
direction
public com.microsoft.azure.management.network.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
public com.microsoft.azure.management.network.implementation.SecurityRuleInner withName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.name:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String etag();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.etag:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;
}
SourceFile: "SecurityRuleInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()