final class com.microsoft.azure.management.resources.implementation.TenantImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner> implements com.microsoft.azure.management.resources.Tenant
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.TenantImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  void <init>(com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/TenantIdDescriptionInner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.TenantImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner innerModel
         0: .line 21
            aload 0 /* this */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 22
            return
        end local 1 // com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner innerModel
        end local 0 // com.microsoft.azure.management.resources.implementation.TenantImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/implementation/TenantImpl;
            0    2     1  innerModel  Lcom/microsoft/azure/management/resources/implementation/TenantIdDescriptionInner;
    MethodParameters:
            Name  Flags
      innerModel  

  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.TenantImpl this
         0: .line 26
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.TenantImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner
            invokevirtual com.microsoft.azure.management.resources.implementation.TenantIdDescriptionInner.tenantId:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.TenantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/TenantImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/resources/implementation/TenantIdDescriptionInner;>;Lcom/microsoft/azure/management/resources/Tenant;
SourceFile: "TenantImpl.java"