public class com.microsoft.azure.management.cdn.implementation.AFDDomainInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.AFDDomainInner
  super_class: com.microsoft.azure.ProxyResource
{
  private com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings;
    descriptor: Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.tlsSettings")

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

  private com.microsoft.azure.management.cdn.AfdProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/cdn/AfdProvisioningState;
    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 com.microsoft.azure.management.cdn.DeploymentStatus deploymentStatus;
    descriptor: Lcom/microsoft/azure/management/cdn/DeploymentStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deploymentStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner withTlsSettings(com.microsoft.azure.management.cdn.AFDDomainHttpsParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
        start local 1 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
         0: .line 100
            aload 0 /* this */
            aload 1 /* tlsSettings */
            putfield com.microsoft.azure.management.cdn.implementation.AFDDomainInner.tlsSettings:Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
            0    2     1  tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
    MethodParameters:
             Name  Flags
      tlsSettings  

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

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner withAzureDnsZone(com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
        start local 1 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 120
            aload 0 /* this */
            aload 1 /* azureDnsZone */
            putfield com.microsoft.azure.management.cdn.implementation.AFDDomainInner.azureDnsZone:Lcom/microsoft/azure/management/cdn/ResourceReference;
         1: .line 121
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
            0    2     1  azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
    MethodParameters:
              Name  Flags
      azureDnsZone  

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

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

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

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

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner withHostName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
        start local 1 // java.lang.String hostName
         0: .line 167
            aload 0 /* this */
            aload 1 /* hostName */
            putfield com.microsoft.azure.management.cdn.implementation.AFDDomainInner.hostName:Ljava/lang/String;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String hostName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
            0    2     1  hostName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      hostName  

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

  public com.microsoft.azure.management.cdn.SystemData systemData();
    descriptor: ()Lcom/microsoft/azure/management/cdn/SystemData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
         0: .line 186
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDDomainInner.systemData:Lcom/microsoft/azure/management/cdn/SystemData;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
}
SourceFile: "AFDDomainInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()