public class com.microsoft.azure.management.appservice.DomainPatchResource extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.DomainPatchResource
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  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")

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

  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.DomainPatchResource this
         0: .line 160
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.contactAdmin:Lcom/microsoft/azure/management/appservice/Contact;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withContactAdmin(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactAdmin
         0: .line 170
            aload 0 /* this */
            aload 1 /* contactAdmin */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.contactAdmin:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactAdmin
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 180
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.contactBilling:Lcom/microsoft/azure/management/appservice/Contact;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withContactBilling(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactBilling
         0: .line 190
            aload 0 /* this */
            aload 1 /* contactBilling */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.contactBilling:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactBilling
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 200
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.contactRegistrant:Lcom/microsoft/azure/management/appservice/Contact;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withContactRegistrant(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactRegistrant
         0: .line 210
            aload 0 /* this */
            aload 1 /* contactRegistrant */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.contactRegistrant:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 211
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactRegistrant
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 220
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.contactTech:Lcom/microsoft/azure/management/appservice/Contact;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withContactTech(com.microsoft.azure.management.appservice.Contact);
    descriptor: (Lcom/microsoft/azure/management/appservice/Contact;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.Contact contactTech
         0: .line 230
            aload 0 /* this */
            aload 1 /* contactTech */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.contactTech:Lcom/microsoft/azure/management/appservice/Contact;
         1: .line 231
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Contact contactTech
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 240
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.registrationStatus:Lcom/microsoft/azure/management/appservice/DomainStatus;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

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

  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.DomainPatchResource this
         0: .line 258
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.nameServers:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    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.DomainPatchResource this
         0: .line 267
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.privacy:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withPrivacy(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // java.lang.Boolean privacy
         0: .line 277
            aload 0 /* this */
            aload 1 /* privacy */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.privacy:Ljava/lang/Boolean;
         1: .line 278
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean privacy
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 287
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.createdTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  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.DomainPatchResource this
         0: .line 296
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.expirationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  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.DomainPatchResource this
         0: .line 305
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.lastRenewedTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

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

  public com.microsoft.azure.management.appservice.DomainPatchResource withAutoRenew(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // java.lang.Boolean autoRenew
         0: .line 324
            aload 0 /* this */
            aload 1 /* autoRenew */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.autoRenew:Ljava/lang/Boolean;
         1: .line 325
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean autoRenew
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 335
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.readyForDnsRecordManagement:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  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.DomainPatchResource this
         0: .line 344
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.managedHostNames:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    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.DomainPatchResource this
         0: .line 353
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.consent:Lcom/microsoft/azure/management/appservice/DomainPurchaseConsent;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withConsent(com.microsoft.azure.management.appservice.DomainPurchaseConsent);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainPurchaseConsent;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.DomainPurchaseConsent consent
         0: .line 363
            aload 0 /* this */
            aload 1 /* consent */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.consent:Lcom/microsoft/azure/management/appservice/DomainPurchaseConsent;
         1: .line 364
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DomainPurchaseConsent consent
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 373
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.domainNotRenewableReasons:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    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.DomainPatchResource this
         0: .line 382
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.dnsType:Lcom/microsoft/azure/management/appservice/DnsType;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withDnsType(com.microsoft.azure.management.appservice.DnsType);
    descriptor: (Lcom/microsoft/azure/management/appservice/DnsType;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.DnsType dnsType
         0: .line 392
            aload 0 /* this */
            aload 1 /* dnsType */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.dnsType:Lcom/microsoft/azure/management/appservice/DnsType;
         1: .line 393
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DnsType dnsType
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 402
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.dnsZoneId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withDnsZoneId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // java.lang.String dnsZoneId
         0: .line 412
            aload 0 /* this */
            aload 1 /* dnsZoneId */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.dnsZoneId:Ljava/lang/String;
         1: .line 413
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String dnsZoneId
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 422
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.targetDnsType:Lcom/microsoft/azure/management/appservice/DnsType;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

  public com.microsoft.azure.management.appservice.DomainPatchResource withTargetDnsType(com.microsoft.azure.management.appservice.DnsType);
    descriptor: (Lcom/microsoft/azure/management/appservice/DnsType;)Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
        start local 1 // com.microsoft.azure.management.appservice.DnsType targetDnsType
         0: .line 432
            aload 0 /* this */
            aload 1 /* targetDnsType */
            putfield com.microsoft.azure.management.appservice.DomainPatchResource.targetDnsType:Lcom/microsoft/azure/management/appservice/DnsType;
         1: .line 433
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DnsType targetDnsType
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            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.DomainPatchResource this
         0: .line 442
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.DomainPatchResource.authCode:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.DomainPatchResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/DomainPatchResource;

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