public class com.microsoft.azure.management.batch.implementation.ApplicationsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.ApplicationsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batch.implementation.ApplicationsInner$ApplicationsService service;
    descriptor: Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
    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.ApplicationsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl client
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.ApplicationsInner$ApplicationsService
            putfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
         2: .line 57
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
         3: .line 58
            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.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            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.ApplicationInner create(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
         0: .line 103
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.createWithServiceResponseAsync:(Ljava/lang/String;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.ApplicationInner
            areturn
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.ApplicationInner> createAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 117
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
         0: .line 148
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 149
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 152
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 154
      StackMap locals:
      StackMap stack:
            aload 3 /* applicationName */
            ifnonnull 6
         5: .line 155
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 158
            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
         8: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 161
            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
        10: .line 163
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        11: .line 164
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 165
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$2.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 164
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3    applicationName  Ljava/lang/String;
           11   14     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    

  public com.microsoft.azure.management.batch.implementation.ApplicationInner create(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
         0: .line 191
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)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.ApplicationInner
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.ApplicationInner> createAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 206
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.ApplicationInner> createAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
         0: .line 220
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$3.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
         0: .line 239
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 240
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 243
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 245
      StackMap locals:
      StackMap stack:
            aload 3 /* applicationName */
            ifnonnull 6
         5: .line 246
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 249
            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
         8: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 252
            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
        10: .line 254
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 255
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 256
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$4.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 255
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        accountName  Ljava/lang/String;
            0   14     3    applicationName  Ljava/lang/String;
            0   14     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner> createDelegate(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.ApplicationsInner this
        start local 1 // retrofit2.Response response
         0: .line 270
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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 271
            sipush 200
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$5.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$5.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 272
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 273
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 270
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            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/ApplicationInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void delete(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
         0: .line 287
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;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;
            pop
         1: .line 288
            return
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
            0    2     3    applicationName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 301
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
         0: .line 332
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 333
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 336
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 338
      StackMap locals:
      StackMap stack:
            aload 3 /* applicationName */
            ifnonnull 6
         5: .line 339
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 342
            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
         8: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 345
            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
        10: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 348
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$7.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 347
            areturn
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            0   13     3    applicationName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteDelegate(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.ApplicationsInner this
        start local 1 // retrofit2.Response response
         0: .line 362
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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 363
            sipush 200
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$8.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$8.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 364
            sipush 204
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$9.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 365
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 366
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 362
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    6     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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.ApplicationInner get(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
         0: .line 381
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.getWithServiceResponseAsync:(Ljava/lang/String;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.ApplicationInner
            areturn
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.ApplicationInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 395
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
         0: .line 426
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 427
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 429
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 430
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 432
      StackMap locals:
      StackMap stack:
            aload 3 /* applicationName */
            ifnonnull 6
         5: .line 433
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 436
            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
         8: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 439
            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
        10: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 442
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$11.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 441
            areturn
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            0   13     3    applicationName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner> getDelegate(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.ApplicationsInner this
        start local 1 // retrofit2.Response response
         0: .line 456
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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 457
            sipush 200
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$12.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 458
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 459
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 456
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            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/ApplicationInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.ApplicationInner update(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
         0: .line 475
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)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.ApplicationInner
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.ApplicationInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 490
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.ApplicationInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
         0: .line 504
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$13.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3    applicationName  Ljava/lang/String;
            0    1     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.ApplicationInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String applicationName
        start local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
         0: .line 523
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 524
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 526
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 527
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 529
      StackMap locals:
      StackMap stack:
            aload 3 /* applicationName */
            ifnonnull 6
         5: .line 530
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter applicationName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 533
            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
         8: .line 535
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 10
         9: .line 536
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 539
            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
        12: .line 541
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 542
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* applicationName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 543
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$14.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 542
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.ApplicationInner parameters
        end local 3 // java.lang.String applicationName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   16     1  resourceGroupName  Ljava/lang/String;
            0   16     2        accountName  Ljava/lang/String;
            0   16     3    applicationName  Ljava/lang/String;
            0   16     4         parameters  Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      applicationName    
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.ApplicationInner> updateDelegate(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.ApplicationsInner this
        start local 1 // retrofit2.Response response
         0: .line 557
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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 558
            sipush 200
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$15.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 559
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 560
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 557
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            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/ApplicationInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.ApplicationInner> list(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 574
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listSinglePageAsync:(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
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 575
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$16
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$16.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 594
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 595
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$17.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
         2: .line 601
            aload 3 /* serviceCallback */
         3: .line 593
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        accountName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listAsync(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.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 613
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 614
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$18.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 613
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>>> listWithServiceResponseAsync(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.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 631
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 632
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$19.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 631
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>>> listSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 653
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 654
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 656
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 657
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 660
            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
         6: .line 662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 663
            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
         8: .line 665
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* maxresults */
        start local 3 // java.lang.Integer maxresults
         9: .line 666
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* maxresults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 667
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$20.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 666
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        accountName  Ljava/lang/String;
            9   12     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.ApplicationInner> list(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 692
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 693
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$21
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$21.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
            0    2     3         maxresults  Ljava/lang/Integer;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listAsync(java.lang.String, java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 713
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 714
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$22.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
         2: .line 720
            aload 4 /* serviceCallback */
         3: .line 712
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        accountName  Ljava/lang/String;
            0    4     3         maxresults  Ljava/lang/Integer;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 733
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 734
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$23.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 733
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
            0    3     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>>> listWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 752
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 753
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$24.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 752
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
            0    3     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>>> listSinglePageAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 775
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 776
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 778
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 779
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 781
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 782
            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
         6: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 785
            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
         8: .line 787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* maxresults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 788
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$25.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 787
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
            0   11     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listDelegate(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.ApplicationsInner this
        start local 1 // retrofit2.Response response
         0: .line 802
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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 803
            sipush 200
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$26.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$26.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 804
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 805
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 802
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            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/PageImpl<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.ApplicationInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 818
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listNextSinglePageAsync:(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
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 819
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$27
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$27.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.ApplicationInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.ApplicationInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 838
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 839
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$28.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
         2: .line 845
            aload 3 /* serviceCallback */
         3: .line 837
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listNextAsync(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.ApplicationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 856
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 857
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$29.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 856
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>>> listNextWithServiceResponseAsync(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.ApplicationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 873
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 874
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$30.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 873
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.ApplicationInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 894
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 895
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 897
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 898
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.service:Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner$ApplicationsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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.ApplicationsInner$ApplicationsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 899
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$31.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 898
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.ApplicationInner>> listNextDelegate(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.ApplicationsInner this
        start local 1 // retrofit2.Response response
         0: .line 913
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.ApplicationsInner.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.ApplicationsInner.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 914
            sipush 200
            new com.microsoft.azure.management.batch.implementation.ApplicationsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.ApplicationsInner$32.<init>:(Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.ApplicationsInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 915
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 916
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 913
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.ApplicationsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/ApplicationsInner;
            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/PageImpl<Lcom/microsoft/azure/management/batch/implementation/ApplicationInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "ApplicationsInner.java"
NestMembers:
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$1  com.microsoft.azure.management.batch.implementation.ApplicationsInner$10  com.microsoft.azure.management.batch.implementation.ApplicationsInner$11  com.microsoft.azure.management.batch.implementation.ApplicationsInner$12  com.microsoft.azure.management.batch.implementation.ApplicationsInner$13  com.microsoft.azure.management.batch.implementation.ApplicationsInner$14  com.microsoft.azure.management.batch.implementation.ApplicationsInner$15  com.microsoft.azure.management.batch.implementation.ApplicationsInner$16  com.microsoft.azure.management.batch.implementation.ApplicationsInner$17  com.microsoft.azure.management.batch.implementation.ApplicationsInner$18  com.microsoft.azure.management.batch.implementation.ApplicationsInner$19  com.microsoft.azure.management.batch.implementation.ApplicationsInner$2  com.microsoft.azure.management.batch.implementation.ApplicationsInner$20  com.microsoft.azure.management.batch.implementation.ApplicationsInner$21  com.microsoft.azure.management.batch.implementation.ApplicationsInner$22  com.microsoft.azure.management.batch.implementation.ApplicationsInner$23  com.microsoft.azure.management.batch.implementation.ApplicationsInner$24  com.microsoft.azure.management.batch.implementation.ApplicationsInner$25  com.microsoft.azure.management.batch.implementation.ApplicationsInner$26  com.microsoft.azure.management.batch.implementation.ApplicationsInner$27  com.microsoft.azure.management.batch.implementation.ApplicationsInner$28  com.microsoft.azure.management.batch.implementation.ApplicationsInner$29  com.microsoft.azure.management.batch.implementation.ApplicationsInner$3  com.microsoft.azure.management.batch.implementation.ApplicationsInner$30  com.microsoft.azure.management.batch.implementation.ApplicationsInner$31  com.microsoft.azure.management.batch.implementation.ApplicationsInner$32  com.microsoft.azure.management.batch.implementation.ApplicationsInner$4  com.microsoft.azure.management.batch.implementation.ApplicationsInner$5  com.microsoft.azure.management.batch.implementation.ApplicationsInner$6  com.microsoft.azure.management.batch.implementation.ApplicationsInner$7  com.microsoft.azure.management.batch.implementation.ApplicationsInner$8  com.microsoft.azure.management.batch.implementation.ApplicationsInner$9  com.microsoft.azure.management.batch.implementation.ApplicationsInner$ApplicationsService
InnerClasses:
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$1
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$10
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$11
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$12
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$13
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$14
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$15
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$16
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$17
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$18
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$19
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$2
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$20
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$21
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$22
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$23
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$24
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$25
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$26
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$27
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$28
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$29
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$3
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$30
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$31
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$32
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$4
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$5
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$6
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$7
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$8
  com.microsoft.azure.management.batch.implementation.ApplicationsInner$9
  abstract ApplicationsService = com.microsoft.azure.management.batch.implementation.ApplicationsInner$ApplicationsService of com.microsoft.azure.management.batch.implementation.ApplicationsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder