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

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

  public int currentValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl this
         0: .line 30
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.UsageInner.currentValue:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsageImpl;

  public long limit();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl this
         0: .line 35
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.UsageInner.limit:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lreturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsageImpl;

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