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

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

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageQueueInner> createAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageQueueInner>);
    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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 118
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.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 queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.StorageQueueInner> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 131
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.QueuesInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$1.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageQueueInner>> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 149
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 150
            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 152
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 153
            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 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 156
            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 158
      StackMap locals:
      StackMap stack:
            aload 3 /* queueName */
            ifnonnull 8
         7: .line 159
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter queueName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 162
            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 165
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.storage.implementation.StorageQueueInner
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.StorageQueueInner.<init>:()V
            astore 4 /* queue */
        start local 4 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        11: .line 166
            aload 4 /* queue */
            aconst_null
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageQueueInner.withMetadata:(Ljava/util/Map;)Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
            pop
        12: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* queueName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* queue */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;Ljava/lang/String;)Lrx/Observable;
        13: .line 168
            new com.microsoft.azure.management.storage.implementation.QueuesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$2.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 167
            areturn
        end local 4 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        accountName  Ljava/lang/String;
            0   15     3          queueName  Ljava/lang/String;
           11   15     4              queue  Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageQueueInner> createAsync(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageQueueInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // java.util.Map metadata
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 209
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            aload 4 /* metadata */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)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 // java.util.Map metadata
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
            0    1     4           metadata  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      metadata           
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageQueueInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // java.util.Map metadata
         0: .line 242
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 243
            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 245
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 246
            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 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .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
         6: .line 251
      StackMap locals:
      StackMap stack:
            aload 3 /* queueName */
            ifnonnull 8
         7: .line 252
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter queueName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 255
            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 257
      StackMap locals:
      StackMap stack:
            aload 4 /* metadata */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 258
            new com.microsoft.azure.management.storage.implementation.StorageQueueInner
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.StorageQueueInner.<init>:()V
            astore 5 /* queue */
        start local 5 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        12: .line 259
            aload 5 /* queue */
            aload 4 /* metadata */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageQueueInner.withMetadata:(Ljava/util/Map;)Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
            pop
        13: .line 260
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* queueName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* queue */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;Ljava/lang/String;)Lrx/Observable;
        14: .line 261
            new com.microsoft.azure.management.storage.implementation.QueuesInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$4.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 260
            areturn
        end local 5 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        end local 4 // java.util.Map metadata
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   16     1  resourceGroupName  Ljava/lang/String;
            0   16     2        accountName  Ljava/lang/String;
            0   16     3          queueName  Ljava/lang/String;
            0   16     4           metadata  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           12   16     5              queue  Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      metadata           

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageQueueInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageQueueInner>);
    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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 307
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.updateWithServiceResponseAsync:(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 queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.StorageQueueInner> updateAsync(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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 320
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.QueuesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$6.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageQueueInner>> updateWithServiceResponseAsync(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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 338
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 339
            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 341
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 342
            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 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 345
            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 347
      StackMap locals:
      StackMap stack:
            aload 3 /* queueName */
            ifnonnull 8
         7: .line 348
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter queueName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 351
            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 354
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.storage.implementation.StorageQueueInner
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.StorageQueueInner.<init>:()V
            astore 4 /* queue */
        start local 4 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        11: .line 355
            aload 4 /* queue */
            aconst_null
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageQueueInner.withMetadata:(Ljava/util/Map;)Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
            pop
        12: .line 356
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* queueName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* queue */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;Ljava/lang/String;)Lrx/Observable;
        13: .line 357
            new com.microsoft.azure.management.storage.implementation.QueuesInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$7.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 356
            areturn
        end local 4 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        accountName  Ljava/lang/String;
            0   15     3          queueName  Ljava/lang/String;
           11   15     4              queue  Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageQueueInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageQueueInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // java.util.Map metadata
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 398
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            aload 4 /* metadata */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)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 // java.util.Map metadata
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
            0    1     4           metadata  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      metadata           
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageQueueInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // java.util.Map metadata
         0: .line 431
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 432
            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 434
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 435
            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 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 438
            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 440
      StackMap locals:
      StackMap stack:
            aload 3 /* queueName */
            ifnonnull 8
         7: .line 441
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter queueName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 444
            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 446
      StackMap locals:
      StackMap stack:
            aload 4 /* metadata */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 447
            new com.microsoft.azure.management.storage.implementation.StorageQueueInner
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.StorageQueueInner.<init>:()V
            astore 5 /* queue */
        start local 5 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        12: .line 448
            aload 5 /* queue */
            aload 4 /* metadata */
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageQueueInner.withMetadata:(Ljava/util/Map;)Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
            pop
        13: .line 449
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* queueName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* queue */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;Ljava/lang/String;)Lrx/Observable;
        14: .line 450
            new com.microsoft.azure.management.storage.implementation.QueuesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$9.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 449
            areturn
        end local 5 // com.microsoft.azure.management.storage.implementation.StorageQueueInner queue
        end local 4 // java.util.Map metadata
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   16     1  resourceGroupName  Ljava/lang/String;
            0   16     2        accountName  Ljava/lang/String;
            0   16     3          queueName  Ljava/lang/String;
            0   16     4           metadata  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           12   16     5              queue  Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      metadata           

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.implementation.StorageQueueInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.implementation.StorageQueueInner>);
    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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 496
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.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 queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.storage.implementation.StorageQueueInner> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 509
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.QueuesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$11.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageQueueInner>> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 527
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 528
            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 530
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 531
            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 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 534
            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 536
      StackMap locals:
      StackMap stack:
            aload 3 /* queueName */
            ifnonnull 8
         7: .line 537
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter queueName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 540
            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 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* queueName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.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 543
            new com.microsoft.azure.management.storage.implementation.QueuesInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$12.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 542
            areturn
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            0   13     3          queueName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/storage/implementation/StorageQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.StorageQueueInner> 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.storage.implementation.QueuesInner this
        start local 1 // retrofit2.Response response
         0: .line 557
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.QueuesInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$13.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner$13.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.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            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/storage/implementation/StorageQueueInner;>;
    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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 574
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.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 575
            return
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
            0    2     3          queueName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

  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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 588
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.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 queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  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        
      queueName          
      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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 601
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* queueName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.storage.implementation.QueuesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$14.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        accountName  Ljava/lang/String;
            0    1     3          queueName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      queueName          

  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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String queueName
         0: .line 619
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 620
            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 622
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 623
            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 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 626
            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 628
      StackMap locals:
      StackMap stack:
            aload 3 /* queueName */
            ifnonnull 8
         7: .line 629
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter queueName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 632
            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 634
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* queueName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.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 635
            new com.microsoft.azure.management.storage.implementation.QueuesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$15.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 634
            areturn
        end local 3 // java.lang.String queueName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            0   13     3          queueName  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        
      queueName          

  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.storage.implementation.QueuesInner this
        start local 1 // retrofit2.Response response
         0: .line 649
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 650
            sipush 204
            new com.microsoft.azure.management.storage.implementation.QueuesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$16.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 651
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 652
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 649
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.storage.implementation.ListQueueInner> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 666
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.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 667
            new com.microsoft.azure.management.storage.implementation.QueuesInner$17
            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.storage.implementation.QueuesInner$17.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;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.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            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/storage/implementation/ListQueueInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.ListQueueInner>> listAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.storage.implementation.ListQueueInner>);
    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.storage.implementation.QueuesInner 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 686
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 687
            new com.microsoft.azure.management.storage.implementation.QueuesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$18.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
         2: .line 693
            aload 3 /* serviceCallback */
         3: .line 685
            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.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            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/storage/implementation/ListQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.ListQueueInner>>> listSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 745
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 746
            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 748
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 749
            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 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 752
            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 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 755
            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 757
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* maxpagesize */
        start local 3 // java.lang.String maxpagesize
         9: .line 758
            aconst_null
            astore 4 /* filter */
        start local 4 // java.lang.String filter
        10: .line 759
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* maxpagesize */
            aload 4 /* filter */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.list:(Ljava/lang/String;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 760
            new com.microsoft.azure.management.storage.implementation.QueuesInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$21.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 759
            areturn
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String maxpagesize
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        accountName  Ljava/lang/String;
            9   13     3        maxpagesize  Ljava/lang/String;
           10   13     4             filter  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.ListQueueInner>> listAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.storage.implementation.ListQueueInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String maxpagesize
        start local 4 // java.lang.String filter
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 808
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxpagesize */
            aload 4 /* filter */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 809
            new com.microsoft.azure.management.storage.implementation.QueuesInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$23.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
         2: .line 815
            aload 5 /* serviceCallback */
         3: .line 807
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String maxpagesize
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        accountName  Ljava/lang/String;
            0    4     3        maxpagesize  Ljava/lang/String;
            0    4     4             filter  Ljava/lang/String;
            0    4     5    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxpagesize        final
      filter             final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.ListQueueInner>>> listSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String maxpagesize
        start local 4 // java.lang.String filter
         0: .line 873
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 874
            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 876
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 4
         3: .line 877
            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 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 880
            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 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 883
            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 885
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* maxpagesize */
            aload 4 /* filter */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 886
            new com.microsoft.azure.management.storage.implementation.QueuesInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$26.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 885
            areturn
        end local 4 // java.lang.String filter
        end local 3 // java.lang.String maxpagesize
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
            0   11     3        maxpagesize  Ljava/lang/String;
            0   11     4             filter  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxpagesize        final
      filter             final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.storage.implementation.PageImpl1<com.microsoft.azure.management.storage.implementation.ListQueueInner>> 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.storage.implementation.QueuesInner this
        start local 1 // retrofit2.Response response
         0: .line 900
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.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 901
            sipush 200
            new com.microsoft.azure.management.storage.implementation.QueuesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$27.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 902
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 903
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 900
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            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/storage/implementation/PageImpl1<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.storage.implementation.ListQueueInner> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 916
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.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 917
            new com.microsoft.azure.management.storage.implementation.QueuesInner$28
            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.storage.implementation.QueuesInner$28.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;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.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.ListQueueInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.storage.implementation.ListQueueInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.storage.implementation.ListQueueInner>);
    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.storage.implementation.QueuesInner 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 936
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.storage.implementation.QueuesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 937
            new com.microsoft.azure.management.storage.implementation.QueuesInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$29.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
         2: .line 943
            aload 3 /* serviceCallback */
         3: .line 935
            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.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/storage/implementation/ListQueueInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.storage.implementation.ListQueueInner>>> 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.storage.implementation.QueuesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 992
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 993
            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 995
      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 996
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.service:Lcom/microsoft/azure/management/storage/implementation/QueuesInner$QueuesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.QueuesInner.client:Lcom/microsoft/azure/management/storage/implementation/StorageManagementClientImpl;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.storage.implementation.QueuesInner$QueuesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 997
            new com.microsoft.azure.management.storage.implementation.QueuesInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.implementation.QueuesInner$32.<init>:(Lcom/microsoft/azure/management/storage/implementation/QueuesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 996
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.storage.implementation.QueuesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/storage/implementation/QueuesInner;
            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/storage/implementation/ListQueueInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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