public class com.microsoft.azure.management.appservice.implementation.CustomHostnameAnalysisResultInner 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.implementation.CustomHostnameAnalysisResultInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.Boolean isHostnameAlreadyVerified;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.isHostnameAlreadyVerified", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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