public class com.microsoft.azure.management.appservice.IpSecurityRestriction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.IpSecurityRestriction
  super_class: java.lang.Object
{
  private java.lang.String ipAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "ipAddress")

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

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

  private java.lang.Integer vnetTrafficTag;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "vnetTrafficTag")

  private java.lang.Integer subnetTrafficTag;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "subnetTrafficTag")

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

  private com.microsoft.azure.management.appservice.IpFilterTag tag;
    descriptor: Lcom/microsoft/azure/management/appservice/IpFilterTag;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tag")

  private java.lang.Integer priority;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "priority")

  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 description;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "description")

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

  public java.lang.String ipAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.ipAddress:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withIpAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.String ipAddress
         0: .line 103
            aload 0 /* this */
            aload 1 /* ipAddress */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.ipAddress:Ljava/lang/String;
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String ipAddress
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  ipAddress  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      ipAddress  

  public java.lang.String subnetMask();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 113
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.subnetMask:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withSubnetMask(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.String subnetMask
         0: .line 123
            aload 0 /* this */
            aload 1 /* subnetMask */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.subnetMask:Ljava/lang/String;
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String subnetMask
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  subnetMask  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      subnetMask  

  public java.lang.String vnetSubnetResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 133
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.vnetSubnetResourceId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withVnetSubnetResourceId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.String vnetSubnetResourceId
         0: .line 143
            aload 0 /* this */
            aload 1 /* vnetSubnetResourceId */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.vnetSubnetResourceId:Ljava/lang/String;
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String vnetSubnetResourceId
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  vnetSubnetResourceId  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      vnetSubnetResourceId  

  public java.lang.Integer vnetTrafficTag();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 153
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.vnetTrafficTag:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withVnetTrafficTag(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.Integer vnetTrafficTag
         0: .line 163
            aload 0 /* this */
            aload 1 /* vnetTrafficTag */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.vnetTrafficTag:Ljava/lang/Integer;
         1: .line 164
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer vnetTrafficTag
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  vnetTrafficTag  Ljava/lang/Integer;
    MethodParameters:
                Name  Flags
      vnetTrafficTag  

  public java.lang.Integer subnetTrafficTag();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 173
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.subnetTrafficTag:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withSubnetTrafficTag(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.Integer subnetTrafficTag
         0: .line 183
            aload 0 /* this */
            aload 1 /* subnetTrafficTag */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.subnetTrafficTag:Ljava/lang/Integer;
         1: .line 184
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer subnetTrafficTag
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  subnetTrafficTag  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      subnetTrafficTag  

  public java.lang.String action();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 193
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.action:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withAction(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.String action
         0: .line 203
            aload 0 /* this */
            aload 1 /* action */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.action:Ljava/lang/String;
         1: .line 204
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String action
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  action  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      action  

  public com.microsoft.azure.management.appservice.IpFilterTag tag();
    descriptor: ()Lcom/microsoft/azure/management/appservice/IpFilterTag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
         0: .line 213
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.tag:Lcom/microsoft/azure/management/appservice/IpFilterTag;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withTag(com.microsoft.azure.management.appservice.IpFilterTag);
    descriptor: (Lcom/microsoft/azure/management/appservice/IpFilterTag;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // com.microsoft.azure.management.appservice.IpFilterTag tag
         0: .line 223
            aload 0 /* this */
            aload 1 /* tag */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.tag:Lcom/microsoft/azure/management/appservice/IpFilterTag;
         1: .line 224
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.IpFilterTag tag
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1   tag  Lcom/microsoft/azure/management/appservice/IpFilterTag;
    MethodParameters:
      Name  Flags
      tag   

  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.appservice.IpSecurityRestriction this
         0: .line 233
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.IpSecurityRestriction.priority:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withPriority(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.Integer priority
         0: .line 243
            aload 0 /* this */
            aload 1 /* priority */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.priority:Ljava/lang/Integer;
         1: .line 244
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer priority
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  priority  Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      priority  

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

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.String name
         0: .line 263
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.name:Ljava/lang/String;
         1: .line 264
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.management.appservice.IpSecurityRestriction withDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
        start local 1 // java.lang.String description
         0: .line 283
            aload 0 /* this */
            aload 1 /* description */
            putfield com.microsoft.azure.management.appservice.IpSecurityRestriction.description:Ljava/lang/String;
         1: .line 284
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String description
        end local 0 // com.microsoft.azure.management.appservice.IpSecurityRestriction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/IpSecurityRestriction;
            0    2     1  description  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      description  
}
SourceFile: "IpSecurityRestriction.java"