class com.microsoft.azure.management.appservice.implementation.KuduClient$7 implements rx.functions.Func1<retrofit2.Response<okhttp3.ResponseBody>, rx.Observable<com.microsoft.rest.ServiceResponse<java.util.Map<java.lang.String, java.lang.String>>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.KuduClient$7
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.KuduClient this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.KuduClient);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$7 this
         0: .line 220
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.KuduClient$7.this$0:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient$7;
    MethodParameters:
        Name  Flags
      this$0  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.Map<java.lang.String, java.lang.String>>> call(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$7 this
        start local 1 // retrofit2.Response response
         0: .line 224
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient$7.this$0:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.restClient:Lcom/microsoft/rest/RestClient;
         1: .line 225
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient$7.this$0:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.restClient:Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 224
            astore 2 /* responseBuilder */
        start local 2 // com.microsoft.rest.protocol.ResponseBuilder responseBuilder
         3: .line 227
            aload 2 /* responseBuilder */
            instanceof com.microsoft.azure.AzureResponseBuilder
            ifeq 6
         4: .line 228
            aload 2 /* responseBuilder */
            checkcast com.microsoft.azure.AzureResponseBuilder
            iconst_1
            invokevirtual com.microsoft.azure.AzureResponseBuilder.withThrowOnGet404:(Z)Lcom/microsoft/azure/AzureResponseBuilder;
            pop
         5: .line 229
            goto 8
      StackMap locals: com.microsoft.rest.protocol.ResponseBuilder
      StackMap stack:
         6: aload 2 /* responseBuilder */
            instanceof com.microsoft.rest.ServiceResponseBuilder
            ifeq 8
         7: .line 230
            aload 2 /* responseBuilder */
            checkcast com.microsoft.rest.ServiceResponseBuilder
            iconst_1
            invokevirtual com.microsoft.rest.ServiceResponseBuilder.withThrowOnGet404:(Z)Lcom/microsoft/rest/ServiceResponseBuilder;
            pop
         8: .line 233
      StackMap locals:
      StackMap stack:
            aload 2 /* responseBuilder */
         9: .line 234
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.KuduClient$7$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$7$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient$7;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient$7$1.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
        10: .line 235
            ldc Lcom/microsoft/rest/RestException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
        11: .line 236
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
        12: .line 233
            astore 3 /* clientResponse */
        start local 3 // com.microsoft.rest.ServiceResponse clientResponse
        13: .line 237
            aload 3 /* clientResponse */
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
        14: areturn
        end local 3 // com.microsoft.rest.ServiceResponse clientResponse
        end local 2 // com.microsoft.rest.protocol.ResponseBuilder responseBuilder
        15: .line 238
      StackMap locals: com.microsoft.azure.management.appservice.implementation.KuduClient$7 retrofit2.Response
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
        16: .line 239
            aload 2 /* t */
            invokestatic rx.Observable.error:(Ljava/lang/Throwable;)Lrx/Observable;
            areturn
        end local 2 // java.lang.Throwable t
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$7 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient$7;
            0   17     1         response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
            3   15     2  responseBuilder  Lcom/microsoft/rest/protocol/ResponseBuilder<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/RestException;>;
           13   15     3   clientResponse  Lcom/microsoft/rest/ServiceResponse<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;
           16   17     2                t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0    14      15  Class java.lang.Throwable
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast retrofit2.Response
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient$7.call:(Lretrofit2/Response;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lretrofit2/Response<Lokhttp3/ResponseBody;>;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;>;>;
SourceFile: "KuduClient.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.KuduClient.settings:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.KuduClient
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.KuduClient$7
  com.microsoft.azure.management.appservice.implementation.KuduClient$7$1
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder