public class com.microsoft.azure.management.appservice.implementation.DomainInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DomainInner
  super_class: com.microsoft.azure.Resource
{
  private com.microsoft.azure.management.appservice.Contact contactAdmin;
    descriptor: Lcom/microsoft/azure/management/appservice/Contact;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.contactAdmin", required = true)

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

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

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

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

  private com.microsoft.azure.management.appservice.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/appservice/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.util.List<java.lang.String> nameServers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nameServers", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  private org.joda.time.DateTime createdTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.createdTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime expirationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.expirationTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime lastRenewedTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastRenewedTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

  private java.util.List<com.microsoft.azure.management.appservice.HostName> managedHostNames;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/HostName;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.managedHostNames", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withContactAdmin(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactAdmin
         0: .line 183
            aload 0 /* this */
            aload 1 /* contactAdmin */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.contactAdmin:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 184
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactAdmin
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  contactAdmin  Lcom/microsoft/azure/management/appservice/Contact;
    MethodParameters:
              Name  Flags
      contactAdmin  

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withContactBilling(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactBilling
         0: .line 203
            aload 0 /* this */
            aload 1 /* contactBilling */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.contactBilling:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 204
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactBilling
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  contactBilling  Lcom/microsoft/azure/management/appservice/Contact;
    MethodParameters:
                Name  Flags
      contactBilling  

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

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

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withContactTech(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactTech
         0: .line 243
            aload 0 /* this */
            aload 1 /* contactTech */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.contactTech:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 244
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactTech
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  contactTech  Lcom/microsoft/azure/management/appservice/Contact;
    MethodParameters:
             Name  Flags
      contactTech  

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withPrivacy(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // java.lang.Boolean privacy
         0: .line 290
            aload 0 /* this */
            aload 1 /* privacy */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.privacy:Ljava/lang/Boolean;
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean privacy
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  privacy  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      privacy  

  public org.joda.time.DateTime createdTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
         0: .line 300
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainInner.createdTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;

  public org.joda.time.DateTime expirationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
         0: .line 309
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainInner.expirationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;

  public org.joda.time.DateTime lastRenewedTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
         0: .line 318
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainInner.lastRenewedTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withAutoRenew(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // java.lang.Boolean autoRenew
         0: .line 337
            aload 0 /* this */
            aload 1 /* autoRenew */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.autoRenew:Ljava/lang/Boolean;
         1: .line 338
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean autoRenew
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  autoRenew  Ljava/lang/Boolean;
    MethodParameters:
           Name  Flags
      autoRenew  

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

  public java.util.List<com.microsoft.azure.management.appservice.HostName> managedHostNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
         0: .line 357
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainInner.managedHostNames:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/HostName;>;

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withConsent(com.microsoft.azure.management.appservice.DomainPurchaseConsent);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainPurchaseConsent;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // com.microsoft.azure.management.appservice.DomainPurchaseConsent consent
         0: .line 376
            aload 0 /* this */
            aload 1 /* consent */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.consent:Lcom/microsoft/azure/management/appservice/DomainPurchaseConsent;
         1: .line 377
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DomainPurchaseConsent consent
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  consent  Lcom/microsoft/azure/management/appservice/DomainPurchaseConsent;
    MethodParameters:
         Name  Flags
      consent  

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

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withDnsType(com.microsoft.azure.management.appservice.DnsType);
    descriptor: (Lcom/microsoft/azure/management/appservice/DnsType;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // com.microsoft.azure.management.appservice.DnsType dnsType
         0: .line 405
            aload 0 /* this */
            aload 1 /* dnsType */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.dnsType:Lcom/microsoft/azure/management/appservice/DnsType;
         1: .line 406
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DnsType dnsType
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  dnsType  Lcom/microsoft/azure/management/appservice/DnsType;
    MethodParameters:
         Name  Flags
      dnsType  

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

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

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

  public com.microsoft.azure.management.appservice.implementation.DomainInner withTargetDnsType(com.microsoft.azure.management.appservice.DnsType);
    descriptor: (Lcom/microsoft/azure/management/appservice/DnsType;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
        start local 1 // com.microsoft.azure.management.appservice.DnsType targetDnsType
         0: .line 445
            aload 0 /* this */
            aload 1 /* targetDnsType */
            putfield com.microsoft.azure.management.appservice.implementation.DomainInner.targetDnsType:Lcom/microsoft/azure/management/appservice/DnsType;
         1: .line 446
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DnsType targetDnsType
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    2     1  targetDnsType  Lcom/microsoft/azure/management/appservice/DnsType;
    MethodParameters:
               Name  Flags
      targetDnsType  

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

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

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

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