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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 24
            aload 0 /* this */
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 154
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.description:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.String description
         0: .line 164
            aload 0 /* this */
            aload 1 /* description */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.description:Ljava/lang/String;
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String description
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.protocol:Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // com.microsoft.azure.management.network.SecurityRuleProtocol protocol
         0: .line 184
            aload 0 /* this */
            aload 1 /* protocol */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.protocol:Lcom/microsoft/azure/management/network/SecurityRuleProtocol;
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.SecurityRuleProtocol protocol
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 194
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRange:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.String sourcePortRange
         0: .line 204
            aload 0 /* this */
            aload 1 /* sourcePortRange */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRange:Ljava/lang/String;
         1: .line 205
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourcePortRange
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 214
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRange:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.String destinationPortRange
         0: .line 224
            aload 0 /* this */
            aload 1 /* destinationPortRange */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRange:Ljava/lang/String;
         1: .line 225
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String destinationPortRange
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 234
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefix:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.String sourceAddressPrefix
         0: .line 244
            aload 0 /* this */
            aload 1 /* sourceAddressPrefix */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefix:Ljava/lang/String;
         1: .line 245
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceAddressPrefix
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 254
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefixes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.util.List sourceAddressPrefixes
         0: .line 264
            aload 0 /* this */
            aload 1 /* sourceAddressPrefixes */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceAddressPrefixes:Ljava/util/List;
         1: .line 265
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sourceAddressPrefixes
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 274
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceApplicationSecurityGroups:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.util.List sourceApplicationSecurityGroups
         0: .line 284
            aload 0 /* this */
            aload 1 /* sourceApplicationSecurityGroups */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourceApplicationSecurityGroups:Ljava/util/List;
         1: .line 285
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sourceApplicationSecurityGroups
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 294
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefix:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.String destinationAddressPrefix
         0: .line 304
            aload 0 /* this */
            aload 1 /* destinationAddressPrefix */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefix:Ljava/lang/String;
         1: .line 305
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String destinationAddressPrefix
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 314
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefixes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.util.List destinationAddressPrefixes
         0: .line 324
            aload 0 /* this */
            aload 1 /* destinationAddressPrefixes */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationAddressPrefixes:Ljava/util/List;
         1: .line 325
            aload 0 /* this */
            areturn
        end local 1 // java.util.List destinationAddressPrefixes
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 334
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationApplicationSecurityGroups:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.util.List destinationApplicationSecurityGroups
         0: .line 344
            aload 0 /* this */
            aload 1 /* destinationApplicationSecurityGroups */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationApplicationSecurityGroups:Ljava/util/List;
         1: .line 345
            aload 0 /* this */
            areturn
        end local 1 // java.util.List destinationApplicationSecurityGroups
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 354
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRanges:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.util.List sourcePortRanges
         0: .line 364
            aload 0 /* this */
            aload 1 /* sourcePortRanges */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.sourcePortRanges:Ljava/util/List;
         1: .line 365
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sourcePortRanges
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 374
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRanges:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.util.List destinationPortRanges
         0: .line 384
            aload 0 /* this */
            aload 1 /* destinationPortRanges */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.destinationPortRanges:Ljava/util/List;
         1: .line 385
            aload 0 /* this */
            areturn
        end local 1 // java.util.List destinationPortRanges
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 394
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.access:Lcom/microsoft/azure/management/network/SecurityRuleAccess;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // com.microsoft.azure.management.network.SecurityRuleAccess access
         0: .line 404
            aload 0 /* this */
            aload 1 /* access */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.access:Lcom/microsoft/azure/management/network/SecurityRuleAccess;
         1: .line 405
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.SecurityRuleAccess access
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 414
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.priority:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.Integer priority
         0: .line 424
            aload 0 /* this */
            aload 1 /* priority */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.priority:Ljava/lang/Integer;
         1: .line 425
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer priority
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 434
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.direction:Lcom/microsoft/azure/management/network/SecurityRuleDirection;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // com.microsoft.azure.management.network.SecurityRuleDirection direction
         0: .line 444
            aload 0 /* this */
            aload 1 /* direction */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.direction:Lcom/microsoft/azure/management/network/SecurityRuleDirection;
         1: .line 445
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.SecurityRuleDirection direction
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 454
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 463
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
        start local 1 // java.lang.String name
         0: .line 473
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.name:Ljava/lang/String;
         1: .line 474
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
         0: .line 483
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.SecurityRuleInner.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.SecurityRuleInner this
      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()