public class com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType implements com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.Sku>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
  super_class: java.lang.Object
{
  public static final com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType BASIC;
    descriptor: Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType STANDARD;
    descriptor: Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final com.microsoft.azure.management.eventhub.Sku sku;
    descriptor: Lcom/microsoft/azure/management/eventhub/Sku;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 21
            new com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
            dup
            new com.microsoft.azure.management.eventhub.Sku
            dup
            invokespecial com.microsoft.azure.management.eventhub.Sku.<init>:()V
            getstatic com.microsoft.azure.management.eventhub.SkuName.BASIC:Lcom/microsoft/azure/management/eventhub/SkuName;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withName:(Lcom/microsoft/azure/management/eventhub/SkuName;)Lcom/microsoft/azure/management/eventhub/Sku;
            getstatic com.microsoft.azure.management.eventhub.SkuTier.BASIC:Lcom/microsoft/azure/management/eventhub/SkuTier;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withTier:(Lcom/microsoft/azure/management/eventhub/SkuTier;)Lcom/microsoft/azure/management/eventhub/Sku;
            invokespecial com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.<init>:(Lcom/microsoft/azure/management/eventhub/Sku;)V
            putstatic com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.BASIC:Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
         1: .line 23
            new com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
            dup
            new com.microsoft.azure.management.eventhub.Sku
            dup
            invokespecial com.microsoft.azure.management.eventhub.Sku.<init>:()V
            getstatic com.microsoft.azure.management.eventhub.SkuName.STANDARD:Lcom/microsoft/azure/management/eventhub/SkuName;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withName:(Lcom/microsoft/azure/management/eventhub/SkuName;)Lcom/microsoft/azure/management/eventhub/Sku;
            getstatic com.microsoft.azure.management.eventhub.SkuTier.STANDARD:Lcom/microsoft/azure/management/eventhub/SkuTier;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withTier:(Lcom/microsoft/azure/management/eventhub/SkuTier;)Lcom/microsoft/azure/management/eventhub/Sku;
            invokespecial com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.<init>:(Lcom/microsoft/azure/management/eventhub/Sku;)V
            putstatic com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.STANDARD:Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.microsoft.azure.management.eventhub.Sku);
    descriptor: (Lcom/microsoft/azure/management/eventhub/Sku;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
        start local 1 // com.microsoft.azure.management.eventhub.Sku sku
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
         2: .line 34
            return
        end local 1 // com.microsoft.azure.management.eventhub.Sku sku
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
            0    3     1   sku  Lcom/microsoft/azure/management/eventhub/Sku;
    MethodParameters:
      Name  Flags
      sku   

  public void <init>(com.microsoft.azure.management.eventhub.SkuName, com.microsoft.azure.management.eventhub.SkuTier);
    descriptor: (Lcom/microsoft/azure/management/eventhub/SkuName;Lcom/microsoft/azure/management/eventhub/SkuTier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
        start local 1 // com.microsoft.azure.management.eventhub.SkuName name
        start local 2 // com.microsoft.azure.management.eventhub.SkuTier tier
         0: .line 43
            aload 0 /* this */
            new com.microsoft.azure.management.eventhub.Sku
            dup
            invokespecial com.microsoft.azure.management.eventhub.Sku.<init>:()V
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withName:(Lcom/microsoft/azure/management/eventhub/SkuName;)Lcom/microsoft/azure/management/eventhub/Sku;
            aload 2 /* tier */
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withTier:(Lcom/microsoft/azure/management/eventhub/SkuTier;)Lcom/microsoft/azure/management/eventhub/Sku;
            aconst_null
            invokevirtual com.microsoft.azure.management.eventhub.Sku.withCapacity:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/eventhub/Sku;
            invokespecial com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.<init>:(Lcom/microsoft/azure/management/eventhub/Sku;)V
         1: .line 44
            return
        end local 2 // com.microsoft.azure.management.eventhub.SkuTier tier
        end local 1 // com.microsoft.azure.management.eventhub.SkuName name
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
            0    2     1  name  Lcom/microsoft/azure/management/eventhub/SkuName;
            0    2     2  tier  Lcom/microsoft/azure/management/eventhub/SkuTier;
    MethodParameters:
      Name  Flags
      name  
      tier  

  public com.microsoft.azure.management.eventhub.Sku inner();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/Sku;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
         0: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;

  public com.microsoft.azure.management.eventhub.SkuName name();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/SkuName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.name:()Lcom/microsoft/azure/management/eventhub/SkuName;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;

  public com.microsoft.azure.management.eventhub.SkuTier tier();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/SkuTier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
         0: .line 62
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.tier:()Lcom/microsoft/azure/management/eventhub/SkuTier;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.capacity:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
         0: .line 74
            ldc "%s_%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.name:()Lcom/microsoft/azure/management/eventhub/SkuName;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            invokevirtual com.microsoft.azure.management.eventhub.Sku.tier:()Lcom/microsoft/azure/management/eventhub/SkuTier;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
         0: .line 79
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
        start local 1 // java.lang.Object obj
         0: .line 84
            aload 1 /* obj */
            instanceof com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
            ifne 2
         1: .line 85
            iconst_0
            ireturn
         2: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 4
         3: .line 87
            iconst_1
            ireturn
         4: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
            astore 2 /* rhs */
        start local 2 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType rhs
         5: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            ifnonnull 8
         6: .line 91
            aload 2 /* rhs */
            getfield com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.sku:Lcom/microsoft/azure/management/eventhub/Sku;
            ifnonnull 7
            iconst_1
            ireturn
      StackMap locals: com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.toString:()Ljava/lang/String;
            aload 2 /* rhs */
            invokevirtual com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ireturn
        end local 2 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType rhs
        end local 1 // java.lang.Object obj
        end local 0 // com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
            0    9     1   obj  Ljava/lang/Object;
            5    9     2   rhs  Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.Object inner();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType.inner:()Lcom/microsoft/azure/management/eventhub/Sku;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/eventhub/Sku;>;
SourceFile: "EventHubNamespaceSkuType.java"
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)