class com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ReadableWrappersImpl<com.microsoft.azure.management.batchai.BatchAIUsage, com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl, com.microsoft.azure.management.batchai.implementation.UsageInner> implements com.microsoft.azure.management.batchai.BatchAIUsages
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ReadableWrappersImpl
{
  private final com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl client
         0: .line 24
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ReadableWrappersImpl.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* client */
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
         2: .line 26
            return
        end local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl client
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsagesImpl;
            0    3     1  client  Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
    MethodParameters:
        Name  Flags
      client  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIUsage> listByRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
         0: .line 30
            aload 0 /* this */
            aload 1 /* region */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.Region.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.listByRegion:(Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsagesImpl;
            0    1     1  region  Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIUsage;>;
    MethodParameters:
        Name  Flags
      region  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIUsage> listByRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
        start local 1 // java.lang.String regionName
         0: .line 35
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.usages:()Lcom/microsoft/azure/management/batchai/implementation/UsagesInner;
            aload 1 /* regionName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.UsagesInner.list:(Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // java.lang.String regionName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsagesImpl;
            0    1     1  regionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIUsage;>;
    MethodParameters:
            Name  Flags
      regionName  

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIUsage> listByRegionAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
         0: .line 40
            aload 0 /* this */
            aload 1 /* region */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.Region.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.listByRegionAsync:(Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Region region
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsagesImpl;
            0    1     1  region  Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIUsage;>;
    MethodParameters:
        Name  Flags
      region  

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIUsage> listByRegionAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
        start local 1 // java.lang.String regionName
         0: .line 45
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.usages:()Lcom/microsoft/azure/management/batchai/implementation/UsagesInner;
            aload 1 /* regionName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.UsagesInner.listAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String regionName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsagesImpl;
            0    1     1  regionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIUsage;>;
    MethodParameters:
            Name  Flags
      regionName  

  protected com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl wrapModel(com.microsoft.azure.management.batchai.implementation.UsageInner);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/UsageInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsageImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.UsageInner usageInner
         0: .line 50
            aload 1 /* usageInner */
            ifnonnull 2
         1: .line 51
            aconst_null
            areturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl
            dup
            aload 1 /* usageInner */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIUsageImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/UsageInner;)V
            areturn
        end local 1 // com.microsoft.azure.management.batchai.implementation.UsageInner usageInner
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsagesImpl;
            0    3     1  usageInner  Lcom/microsoft/azure/management/batchai/implementation/UsageInner;
    MethodParameters:
            Name  Flags
      usageInner  

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.batchai.implementation.UsageInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.wrapModel:(Lcom/microsoft/azure/management/batchai/implementation/UsageInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsageImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/ReadableWrappersImpl<Lcom/microsoft/azure/management/batchai/BatchAIUsage;Lcom/microsoft/azure/management/batchai/implementation/BatchAIUsageImpl;Lcom/microsoft/azure/management/batchai/implementation/UsageInner;>;Lcom/microsoft/azure/management/batchai/BatchAIUsages;
SourceFile: "BatchAIUsagesImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()