public class com.microsoft.azure.management.batch.NetworkSecurityGroupRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.NetworkSecurityGroupRule
  super_class: java.lang.Object
{
  private int priority;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "priority", required = true)

  private com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess access;
    descriptor: Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRuleAccess;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "access", required = true)

  private java.lang.String sourceAddressPrefix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sourceAddressPrefix", required = true)

  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 = "sourcePortRanges")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;

  public int priority();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
         0: .line 65
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.priority:I
            ireturn
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;

  public com.microsoft.azure.management.batch.NetworkSecurityGroupRule withPriority(int);
    descriptor: (I)Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
        start local 1 // int priority
         0: .line 75
            aload 0 /* this */
            iload 1 /* priority */
            putfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.priority:I
         1: .line 76
            aload 0 /* this */
            areturn
        end local 1 // int priority
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
            0    2     1  priority  I
    MethodParameters:
          Name  Flags
      priority  

  public com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess access();
    descriptor: ()Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRuleAccess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.access:Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRuleAccess;
            areturn
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;

  public com.microsoft.azure.management.batch.NetworkSecurityGroupRule withAccess(com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess);
    descriptor: (Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRuleAccess;)Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
        start local 1 // com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess access
         0: .line 95
            aload 0 /* this */
            aload 1 /* access */
            putfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.access:Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRuleAccess;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess access
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
            0    2     1  access  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRuleAccess;
    MethodParameters:
        Name  Flags
      access  

  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.batch.NetworkSecurityGroupRule this
         0: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.sourceAddressPrefix:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;

  public com.microsoft.azure.management.batch.NetworkSecurityGroupRule withSourceAddressPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
        start local 1 // java.lang.String sourceAddressPrefix
         0: .line 115
            aload 0 /* this */
            aload 1 /* sourceAddressPrefix */
            putfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.sourceAddressPrefix:Ljava/lang/String;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceAddressPrefix
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
            0    2     1  sourceAddressPrefix  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      sourceAddressPrefix  

  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.batch.NetworkSecurityGroupRule this
         0: .line 125
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.sourcePortRanges:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.batch.NetworkSecurityGroupRule withSourcePortRanges(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
        start local 1 // java.util.List sourcePortRanges
         0: .line 135
            aload 0 /* this */
            aload 1 /* sourcePortRanges */
            putfield com.microsoft.azure.management.batch.NetworkSecurityGroupRule.sourcePortRanges:Ljava/util/List;
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sourcePortRanges
        end local 0 // com.microsoft.azure.management.batch.NetworkSecurityGroupRule this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
            0    2     1  sourcePortRanges  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;
    MethodParameters:
                  Name  Flags
      sourcePortRanges  
}
SourceFile: "NetworkSecurityGroupRule.java"