public class com.microsoft.azure.management.network.implementation.PublicIPAddressInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.PublicIPAddressInner
  super_class: com.microsoft.azure.Resource
{
  private com.microsoft.azure.management.network.PublicIPAddressSku sku;
    descriptor: Lcom/microsoft/azure/management/network/PublicIPAddressSku;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sku")

  private com.microsoft.azure.management.network.IPAllocationMethod publicIPAllocationMethod;
    descriptor: Lcom/microsoft/azure/management/network/IPAllocationMethod;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicIPAllocationMethod")

  private com.microsoft.azure.management.network.IPVersion publicIPAddressVersion;
    descriptor: Lcom/microsoft/azure/management/network/IPVersion;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicIPAddressVersion")

  private com.microsoft.azure.management.network.IPConfiguration ipConfiguration;
    descriptor: Lcom/microsoft/azure/management/network/IPConfiguration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipConfiguration", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.network.PublicIPAddressDnsSettings dnsSettings;
    descriptor: Lcom/microsoft/azure/management/network/PublicIPAddressDnsSettings;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.dnsSettings")

  private com.microsoft.azure.management.network.DdosSettings ddosSettings;
    descriptor: Lcom/microsoft/azure/management/network/DdosSettings;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ddosSettings")

  private java.util.List<com.microsoft.azure.management.network.IpTag> ipTags;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/IpTag;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipTags")

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

  private com.microsoft.azure.SubResource publicIPPrefix;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicIPPrefix")

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

  private java.lang.String resourceGuid;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resourceGuid", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  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 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;)

  private java.util.List<java.lang.String> zones;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "zones")

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

  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.PublicIPAddressInner this
         0: .line 31
            aload 0 /* this */
            invokespecial com.microsoft.azure.Resource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.PublicIPAddressSku sku();
    descriptor: ()Lcom/microsoft/azure/management/network/PublicIPAddressSku;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 131
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.sku:Lcom/microsoft/azure/management/network/PublicIPAddressSku;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withSku(com.microsoft.azure.management.network.PublicIPAddressSku);
    descriptor: (Lcom/microsoft/azure/management/network/PublicIPAddressSku;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // com.microsoft.azure.management.network.PublicIPAddressSku sku
         0: .line 141
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.sku:Lcom/microsoft/azure/management/network/PublicIPAddressSku;
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.PublicIPAddressSku sku
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1   sku  Lcom/microsoft/azure/management/network/PublicIPAddressSku;
    MethodParameters:
      Name  Flags
      sku   

  public com.microsoft.azure.management.network.IPAllocationMethod publicIPAllocationMethod();
    descriptor: ()Lcom/microsoft/azure/management/network/IPAllocationMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 151
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.publicIPAllocationMethod:Lcom/microsoft/azure/management/network/IPAllocationMethod;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withPublicIPAllocationMethod(com.microsoft.azure.management.network.IPAllocationMethod);
    descriptor: (Lcom/microsoft/azure/management/network/IPAllocationMethod;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // com.microsoft.azure.management.network.IPAllocationMethod publicIPAllocationMethod
         0: .line 161
            aload 0 /* this */
            aload 1 /* publicIPAllocationMethod */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.publicIPAllocationMethod:Lcom/microsoft/azure/management/network/IPAllocationMethod;
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.IPAllocationMethod publicIPAllocationMethod
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  publicIPAllocationMethod  Lcom/microsoft/azure/management/network/IPAllocationMethod;
    MethodParameters:
                          Name  Flags
      publicIPAllocationMethod  

  public com.microsoft.azure.management.network.IPVersion publicIPAddressVersion();
    descriptor: ()Lcom/microsoft/azure/management/network/IPVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 171
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.publicIPAddressVersion:Lcom/microsoft/azure/management/network/IPVersion;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withPublicIPAddressVersion(com.microsoft.azure.management.network.IPVersion);
    descriptor: (Lcom/microsoft/azure/management/network/IPVersion;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // com.microsoft.azure.management.network.IPVersion publicIPAddressVersion
         0: .line 181
            aload 0 /* this */
            aload 1 /* publicIPAddressVersion */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.publicIPAddressVersion:Lcom/microsoft/azure/management/network/IPVersion;
         1: .line 182
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.IPVersion publicIPAddressVersion
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  publicIPAddressVersion  Lcom/microsoft/azure/management/network/IPVersion;
    MethodParameters:
                        Name  Flags
      publicIPAddressVersion  

  public com.microsoft.azure.management.network.IPConfiguration ipConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/network/IPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 191
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.ipConfiguration:Lcom/microsoft/azure/management/network/IPConfiguration;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.PublicIPAddressDnsSettings dnsSettings();
    descriptor: ()Lcom/microsoft/azure/management/network/PublicIPAddressDnsSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 200
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.dnsSettings:Lcom/microsoft/azure/management/network/PublicIPAddressDnsSettings;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withDnsSettings(com.microsoft.azure.management.network.PublicIPAddressDnsSettings);
    descriptor: (Lcom/microsoft/azure/management/network/PublicIPAddressDnsSettings;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // com.microsoft.azure.management.network.PublicIPAddressDnsSettings dnsSettings
         0: .line 210
            aload 0 /* this */
            aload 1 /* dnsSettings */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.dnsSettings:Lcom/microsoft/azure/management/network/PublicIPAddressDnsSettings;
         1: .line 211
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.PublicIPAddressDnsSettings dnsSettings
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  dnsSettings  Lcom/microsoft/azure/management/network/PublicIPAddressDnsSettings;
    MethodParameters:
             Name  Flags
      dnsSettings  

  public com.microsoft.azure.management.network.DdosSettings ddosSettings();
    descriptor: ()Lcom/microsoft/azure/management/network/DdosSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 220
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.ddosSettings:Lcom/microsoft/azure/management/network/DdosSettings;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withDdosSettings(com.microsoft.azure.management.network.DdosSettings);
    descriptor: (Lcom/microsoft/azure/management/network/DdosSettings;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // com.microsoft.azure.management.network.DdosSettings ddosSettings
         0: .line 230
            aload 0 /* this */
            aload 1 /* ddosSettings */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.ddosSettings:Lcom/microsoft/azure/management/network/DdosSettings;
         1: .line 231
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.DdosSettings ddosSettings
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  ddosSettings  Lcom/microsoft/azure/management/network/DdosSettings;
    MethodParameters:
              Name  Flags
      ddosSettings  

  public java.util.List<com.microsoft.azure.management.network.IpTag> ipTags();
    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.PublicIPAddressInner this
         0: .line 240
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.ipTags:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/IpTag;>;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withIpTags(java.util.List<com.microsoft.azure.management.network.IpTag>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // java.util.List ipTags
         0: .line 250
            aload 0 /* this */
            aload 1 /* ipTags */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.ipTags:Ljava/util/List;
         1: .line 251
            aload 0 /* this */
            areturn
        end local 1 // java.util.List ipTags
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  ipTags  Ljava/util/List<Lcom/microsoft/azure/management/network/IpTag;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/IpTag;>;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    MethodParameters:
        Name  Flags
      ipTags  

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

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

  public com.microsoft.azure.SubResource publicIPPrefix();
    descriptor: ()Lcom/microsoft/azure/SubResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
         0: .line 280
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.publicIPPrefix:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withPublicIPPrefix(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // com.microsoft.azure.SubResource publicIPPrefix
         0: .line 290
            aload 0 /* this */
            aload 1 /* publicIPPrefix */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.publicIPPrefix:Lcom/microsoft/azure/SubResource;
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource publicIPPrefix
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  publicIPPrefix  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                Name  Flags
      publicIPPrefix  

  public java.lang.Integer idleTimeoutInMinutes();
    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.PublicIPAddressInner this
         0: .line 300
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.idleTimeoutInMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withIdleTimeoutInMinutes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // java.lang.Integer idleTimeoutInMinutes
         0: .line 310
            aload 0 /* this */
            aload 1 /* idleTimeoutInMinutes */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.idleTimeoutInMinutes:Ljava/lang/Integer;
         1: .line 311
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer idleTimeoutInMinutes
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  idleTimeoutInMinutes  Ljava/lang/Integer;
    MethodParameters:
                      Name  Flags
      idleTimeoutInMinutes  

  public java.lang.String resourceGuid();
    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.PublicIPAddressInner this
         0: .line 320
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.resourceGuid:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  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.PublicIPAddressInner this
         0: .line 329
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

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

  public java.util.List<java.lang.String> zones();
    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.PublicIPAddressInner this
         0: .line 347
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.zones:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withZones(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // java.util.List zones
         0: .line 357
            aload 0 /* this */
            aload 1 /* zones */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.zones:Ljava/util/List;
         1: .line 358
            aload 0 /* this */
            areturn
        end local 1 // java.util.List zones
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1  zones  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    MethodParameters:
       Name  Flags
      zones  

  public java.lang.String id();
    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.PublicIPAddressInner this
         0: .line 367
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner withId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
        start local 1 // java.lang.String id
         0: .line 377
            aload 0 /* this */
            aload 1 /* id */
            putfield com.microsoft.azure.management.network.implementation.PublicIPAddressInner.id:Ljava/lang/String;
         1: .line 378
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "PublicIPAddressInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()
      com.microsoft.rest.SkipParentValidation()