public class com.microsoft.azure.management.batch.implementation.LocationsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.LocationsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batch.implementation.LocationsInner$LocationsService service;
    descriptor: Lcom/microsoft/azure/management/batch/implementation/LocationsInner$LocationsService;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl);
    descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/batch/implementation/LocationsInner$LocationsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.LocationsInner$LocationsService
            putfield com.microsoft.azure.management.batch.implementation.LocationsInner.service:Lcom/microsoft/azure/management/batch/implementation/LocationsInner$LocationsService;
         2: .line 49
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
         3: .line 50
            return
        end local 2 // com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client
        end local 1 // retrofit2.Retrofit retrofit
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner getQuotas(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
         0: .line 77
            aload 0 /* this */
            aload 1 /* locationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner.getQuotasWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner
            areturn
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    1     1  locationName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      locationName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner> getQuotasAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 89
            aload 0 /* this */
            aload 1 /* locationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner.getQuotasWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    1     1     locationName  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;>;
    MethodParameters:
                 Name  Flags
      locationName     
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner> getQuotasAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
         0: .line 100
            aload 0 /* this */
            aload 1 /* locationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner.getQuotasWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.LocationsInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.LocationsInner$1.<init>:(Lcom/microsoft/azure/management/batch/implementation/LocationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    1     1  locationName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;>;
    MethodParameters:
              Name  Flags
      locationName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner>> getQuotasWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
         0: .line 116
            aload 1 /* locationName */
            ifnonnull 2
         1: .line 117
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter locationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 120
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 123
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.service:Lcom/microsoft/azure/management/batch/implementation/LocationsInner$LocationsService;
            aload 1 /* locationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.LocationsInner$LocationsService.getQuotas:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 126
            new com.microsoft.azure.management.batch.implementation.LocationsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.LocationsInner$2.<init>:(Lcom/microsoft/azure/management/batch/implementation/LocationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 125
            areturn
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    9     1  locationName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;>;>;
    MethodParameters:
              Name  Flags
      locationName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.BatchLocationQuotaInner> getQuotasDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // retrofit2.Response response
         0: .line 140
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 141
            sipush 200
            new com.microsoft.azure.management.batch.implementation.LocationsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.LocationsInner$3.<init>:(Lcom/microsoft/azure/management/batch/implementation/LocationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner$3.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 142
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 143
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 140
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/BatchLocationQuotaInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner checkNameAvailability(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
        start local 2 // java.lang.String name
         0: .line 157
            aload 0 /* this */
            aload 1 /* locationName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    1     1  locationName  Ljava/lang/String;
            0    1     2          name  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      locationName  
      name          

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 170
            aload 0 /* this */
            aload 1 /* locationName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String name
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    1     1     locationName  Ljava/lang/String;
            0    1     2             name  Ljava/lang/String;
            0    1     3  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
                 Name  Flags
      locationName     
      name             
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
        start local 2 // java.lang.String name
         0: .line 182
            aload 0 /* this */
            aload 1 /* locationName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.LocationsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.LocationsInner$4.<init>:(Lcom/microsoft/azure/management/batch/implementation/LocationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    1     1  locationName  Ljava/lang/String;
            0    1     2          name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
              Name  Flags
      locationName  
      name          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner>> checkNameAvailabilityWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // java.lang.String locationName
        start local 2 // java.lang.String name
         0: .line 199
            aload 1 /* locationName */
            ifnonnull 2
         1: .line 200
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter locationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 203
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 206
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 208
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 8
         7: .line 209
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 211
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batch.CheckNameAvailabilityParameters
            dup
            invokespecial com.microsoft.azure.management.batch.CheckNameAvailabilityParameters.<init>:()V
            astore 3 /* parameters */
        start local 3 // com.microsoft.azure.management.batch.CheckNameAvailabilityParameters parameters
         9: .line 212
            aload 3 /* parameters */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.batch.CheckNameAvailabilityParameters.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batch/CheckNameAvailabilityParameters;
            pop
        10: .line 213
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.service:Lcom/microsoft/azure/management/batch/implementation/LocationsInner$LocationsService;
            aload 1 /* locationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.LocationsInner$LocationsService.checkNameAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/CheckNameAvailabilityParameters;Ljava/lang/String;)Lrx/Observable;
        11: .line 214
            new com.microsoft.azure.management.batch.implementation.LocationsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.LocationsInner$5.<init>:(Lcom/microsoft/azure/management/batch/implementation/LocationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 213
            areturn
        end local 3 // com.microsoft.azure.management.batch.CheckNameAvailabilityParameters parameters
        end local 2 // java.lang.String name
        end local 1 // java.lang.String locationName
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0   13     1  locationName  Ljava/lang/String;
            0   13     2          name  Ljava/lang/String;
            9   13     3    parameters  Lcom/microsoft/azure/management/batch/CheckNameAvailabilityParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;>;>;
    MethodParameters:
              Name  Flags
      locationName  
      name          

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
        start local 1 // retrofit2.Response response
         0: .line 228
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.LocationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 229
            sipush 200
            new com.microsoft.azure.management.batch.implementation.LocationsInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.LocationsInner$6.<init>:(Lcom/microsoft/azure/management/batch/implementation/LocationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.LocationsInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 230
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 231
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 228
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.LocationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/LocationsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "LocationsInner.java"
NestMembers:
  com.microsoft.azure.management.batch.implementation.LocationsInner$1  com.microsoft.azure.management.batch.implementation.LocationsInner$2  com.microsoft.azure.management.batch.implementation.LocationsInner$3  com.microsoft.azure.management.batch.implementation.LocationsInner$4  com.microsoft.azure.management.batch.implementation.LocationsInner$5  com.microsoft.azure.management.batch.implementation.LocationsInner$6  com.microsoft.azure.management.batch.implementation.LocationsInner$LocationsService
InnerClasses:
  com.microsoft.azure.management.batch.implementation.LocationsInner$1
  com.microsoft.azure.management.batch.implementation.LocationsInner$2
  com.microsoft.azure.management.batch.implementation.LocationsInner$3
  com.microsoft.azure.management.batch.implementation.LocationsInner$4
  com.microsoft.azure.management.batch.implementation.LocationsInner$5
  com.microsoft.azure.management.batch.implementation.LocationsInner$6
  abstract LocationsService = com.microsoft.azure.management.batch.implementation.LocationsInner$LocationsService of com.microsoft.azure.management.batch.implementation.LocationsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder