public class com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

  private java.lang.String tenantBrandingLogoUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tenantBrandingLogoUrl", 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.resources.implementation.TenantIdDescriptionInner this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/TenantIdDescriptionInner;

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

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

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

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

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

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

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

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

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

  public java.lang.String tenantBrandingLogoUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner this
         0: .line 169
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner.tenantBrandingLogoUrl:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/TenantIdDescriptionInner;
}
SourceFile: "TenantIdDescriptionInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty