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

  public com.microsoft.azure.management.storage.UsageUnit unit();
    descriptor: ()Lcom/microsoft/azure/management/storage/UsageUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.UsageImpl this
         0: .line 26
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageInner.unit:()Lcom/microsoft/azure/management/storage/UsageUnit;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.UsageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/UsageImpl;

  public int currentValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.UsageImpl this
         0: .line 31
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageInner.currentValue:()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.storage.implementation.UsageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/UsageImpl;

  public int limit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.UsageImpl this
         0: .line 36
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageInner.limit:()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.storage.implementation.UsageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/UsageImpl;

  public com.microsoft.azure.management.storage.UsageName name();
    descriptor: ()Lcom/microsoft/azure/management/storage/UsageName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.UsageImpl this
         0: .line 41
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.storage.implementation.UsageInner.name:()Lcom/microsoft/azure/management/storage/UsageName;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.UsageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/UsageImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<Lcom/microsoft/azure/management/storage/implementation/UsageInner;>;Lcom/microsoft/azure/management/storage/StorageUsage;
SourceFile: "UsageImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()