public class com.microsoft.azure.management.storage.CheckNameAvailabilityResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.CheckNameAvailabilityResult
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner inner;
    descriptor: Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner);
    descriptor: (Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
        start local 1 // com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner inner
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* inner */
            putfield com.microsoft.azure.management.storage.CheckNameAvailabilityResult.inner:Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
         2: .line 27
            return
        end local 1 // com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner inner
        end local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;
            0    3     1  inner  Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
    MethodParameters:
       Name  Flags
      inner  

  public boolean isAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
         0: .line 35
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.CheckNameAvailabilityResult.inner:Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
            invokevirtual com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner.nameAvailable:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;

  public com.microsoft.azure.management.storage.Reason reason();
    descriptor: ()Lcom/microsoft/azure/management/storage/Reason;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
         0: .line 44
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.CheckNameAvailabilityResult.inner:Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
            invokevirtual com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner.reason:()Lcom/microsoft/azure/management/storage/Reason;
            areturn
        end local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;

  public java.lang.String message();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.CheckNameAvailabilityResult.inner:Lcom/microsoft/azure/management/storage/implementation/CheckNameAvailabilityResultInner;
            invokevirtual com.microsoft.azure.management.storage.implementation.CheckNameAvailabilityResultInner.message:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.CheckNameAvailabilityResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;
}
SourceFile: "CheckNameAvailabilityResult.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()