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

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

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listHostingEnvironmentDetectorResponses(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 200
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesSinglePageAsync:(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 201
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1
            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.appservice.implementation.DiagnosticsInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 221
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 222
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 228
            aload 3 /* serviceCallback */
         3: .line 220
            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 name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2               name  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 241
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 242
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 241
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 260
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 261
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 260
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 283
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 284
            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 286
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 287
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 290
            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 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 293
            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 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listHostingEnvironmentDetectorResponses:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 296
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 295
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      name               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 310
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 311
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 312
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 313
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 310
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getHostingEnvironmentDetectorResponse(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
         0: .line 329
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(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.appservice.implementation.DetectorResponseInner
            areturn
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 344
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(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 detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
         0: .line 358
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getHostingEnvironmentDetectorResponseWithServiceResponseAsync(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=11, locals=7, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
         0: .line 377
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 378
            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 380
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 381
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 383
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 384
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 387
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 390
            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 392
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* startTime */
        start local 4 // org.joda.time.DateTime startTime
        11: .line 393
            aconst_null
            astore 5 /* endTime */
        start local 5 // org.joda.time.DateTime endTime
        12: .line 394
            aconst_null
            astore 6 /* timeGrain */
        start local 6 // java.lang.String timeGrain
        13: .line 395
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getHostingEnvironmentDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 396
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 395
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   16     1  resourceGroupName  Ljava/lang/String;
            0   16     2               name  Ljava/lang/String;
            0   16     3       detectorName  Ljava/lang/String;
           11   16     4          startTime  Lorg/joda/time/DateTime;
           12   16     5            endTime  Lorg/joda/time/DateTime;
           13   16     6          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       

  public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getHostingEnvironmentDetectorResponse(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
         0: .line 425
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DetectorResponseInner
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4          startTime  Lorg/joda/time/DateTime;
            0    1     5            endTime  Lorg/joda/time/DateTime;
            0    1     6          timeGrain  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       
      startTime          
      endTime            
      timeGrain          

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
        start local 7 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 443
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 7 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 7 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4          startTime  Lorg/joda/time/DateTime;
            0    1     5            endTime  Lorg/joda/time/DateTime;
            0    1     6          timeGrain  Ljava/lang/String;
            0    1     7    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       
      startTime          
      endTime            
      timeGrain          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
         0: .line 460
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4          startTime  Lorg/joda/time/DateTime;
            0    1     5            endTime  Lorg/joda/time/DateTime;
            0    1     6          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       
      startTime          
      endTime            
      timeGrain          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getHostingEnvironmentDetectorResponseWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
         0: .line 482
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 483
            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 485
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 486
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 488
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 489
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 492
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 495
            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 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* detectorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getHostingEnvironmentDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 498
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 497
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2               name  Ljava/lang/String;
            0   13     3       detectorName  Ljava/lang/String;
            0   13     4          startTime  Lorg/joda/time/DateTime;
            0   13     5            endTime  Lorg/joda/time/DateTime;
            0   13     6          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      detectorName       
      startTime          
      endTime            
      timeGrain          

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 512
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 513
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 514
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 515
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 512
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponses(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 530
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSinglePageAsync:(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 531
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12
            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.appservice.implementation.DiagnosticsInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2           siteName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 551
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 552
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 558
            aload 3 /* serviceCallback */
         3: .line 550
            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 siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2           siteName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 571
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 572
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 571
            areturn
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 590
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 591
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 590
            areturn
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 613
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 614
            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 616
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 617
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 620
            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 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 623
            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 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponses:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 626
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 625
            areturn
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2           siteName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 640
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 641
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 642
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 643
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 640
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponse(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
         0: .line 659
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(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.appservice.implementation.DetectorResponseInner
            areturn
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 674
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(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 detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
         0: .line 688
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseWithServiceResponseAsync(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=11, locals=7, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
         0: .line 707
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 708
            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 710
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 711
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 713
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 714
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 717
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 720
            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 722
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* startTime */
        start local 4 // org.joda.time.DateTime startTime
        11: .line 723
            aconst_null
            astore 5 /* endTime */
        start local 5 // org.joda.time.DateTime endTime
        12: .line 724
            aconst_null
            astore 6 /* timeGrain */
        start local 6 // java.lang.String timeGrain
        13: .line 725
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 726
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 725
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   16     1  resourceGroupName  Ljava/lang/String;
            0   16     2           siteName  Ljava/lang/String;
            0   16     3       detectorName  Ljava/lang/String;
           11   16     4          startTime  Lorg/joda/time/DateTime;
           12   16     5            endTime  Lorg/joda/time/DateTime;
           13   16     6          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       

  public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponse(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
         0: .line 755
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DetectorResponseInner
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4          startTime  Lorg/joda/time/DateTime;
            0    1     5            endTime  Lorg/joda/time/DateTime;
            0    1     6          timeGrain  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      startTime          
      endTime            
      timeGrain          

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
        start local 7 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 773
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 7 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 7 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4          startTime  Lorg/joda/time/DateTime;
            0    1     5            endTime  Lorg/joda/time/DateTime;
            0    1     6          timeGrain  Ljava/lang/String;
            0    1     7    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      startTime          
      endTime            
      timeGrain          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
         0: .line 790
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4          startTime  Lorg/joda/time/DateTime;
            0    1     5            endTime  Lorg/joda/time/DateTime;
            0    1     6          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      startTime          
      endTime            
      timeGrain          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // org.joda.time.DateTime startTime
        start local 5 // org.joda.time.DateTime endTime
        start local 6 // java.lang.String timeGrain
         0: .line 812
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 813
            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 815
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 816
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 818
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 819
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 822
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 825
            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 827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* startTime */
            aload 5 /* endTime */
            aload 6 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 828
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 827
            areturn
        end local 6 // java.lang.String timeGrain
        end local 5 // org.joda.time.DateTime endTime
        end local 4 // org.joda.time.DateTime startTime
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2           siteName  Ljava/lang/String;
            0   13     3       detectorName  Ljava/lang/String;
            0   13     4          startTime  Lorg/joda/time/DateTime;
            0   13     5            endTime  Lorg/joda/time/DateTime;
            0   13     6          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      startTime          
      endTime            
      timeGrain          

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 842
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 843
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 844
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 845
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 842
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategories(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 860
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSinglePageAsync:(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 861
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23
            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.appservice.implementation.DiagnosticsInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2           siteName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 881
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 882
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 888
            aload 3 /* serviceCallback */
         3: .line 880
            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 siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2           siteName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 901
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 902
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 901
            areturn
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 920
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 921
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 920
            areturn
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
         0: .line 943
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 944
            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 946
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 947
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 950
            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 952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 953
            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 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 956
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 955
            areturn
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2           siteName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 970
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 971
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 972
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 973
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 970
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner getSiteDiagnosticCategory(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 989
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategoryWithServiceResponseAsync:(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.appservice.implementation.DiagnosticCategoryInner
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategoryAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1004
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategoryWithServiceResponseAsync:(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 diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategoryAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1018
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategoryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> getSiteDiagnosticCategoryWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1037
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1038
            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 1040
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1041
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1043
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1044
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1047
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1050
            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 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDiagnosticCategory:(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 1053
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1052
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1   resourceGroupName  Ljava/lang/String;
            0   13     2            siteName  Ljava/lang/String;
            0   13     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategoryDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1067
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1068
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1069
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1070
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1067
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalyses(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1086
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSinglePageAsync:(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 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 1087
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1   resourceGroupName  Ljava/lang/String;
            0    2     2            siteName  Ljava/lang/String;
            0    2     3  diagnosticCategory  Ljava/lang/String;
            1    2     4            response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1108
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1109
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 1115
            aload 4 /* serviceCallback */
         3: .line 1107
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1   resourceGroupName  Ljava/lang/String;
            0    4     2            siteName  Ljava/lang/String;
            0    4     3  diagnosticCategory  Ljava/lang/String;
            0    4     4     serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1129
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1130
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1129
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1149
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1150
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1149
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1173
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1174
            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 1176
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1177
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1179
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1180
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1183
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1186
            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 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalyses:(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 1189
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1188
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1   resourceGroupName  Ljava/lang/String;
            0   13     2            siteName  Ljava/lang/String;
            0   13     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1203
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1204
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1205
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1206
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1203
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner getSiteAnalysis(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/management/appservice/implementation/AnalysisDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
         0: .line 1223
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner
            areturn
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1239
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
         0: .line 1254
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> getSiteAnalysisWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
         0: .line 1274
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1275
            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 1277
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1278
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1280
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1281
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1283
      StackMap locals:
      StackMap stack:
            aload 4 /* analysisName */
            ifnonnull 8
         7: .line 1284
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter analysisName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1287
            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
        10: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1290
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteAnalysis:(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;
        13: .line 1293
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1292
            areturn
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3  diagnosticCategory  Ljava/lang/String;
            0   15     4        analysisName  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/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1307
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1308
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1309
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1310
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1307
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysis(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/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
         0: .line 1327
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner
            areturn
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1343
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
         0: .line 1358
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisWithServiceResponseAsync(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=12, locals=8, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
         0: .line 1378
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1379
            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 1381
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1382
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1384
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1385
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1387
      StackMap locals:
      StackMap stack:
            aload 4 /* analysisName */
            ifnonnull 8
         7: .line 1388
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter analysisName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1391
            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
        10: .line 1393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1394
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1396
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* startTime */
        start local 5 // org.joda.time.DateTime startTime
        13: .line 1397
            aconst_null
            astore 6 /* endTime */
        start local 6 // org.joda.time.DateTime endTime
        14: .line 1398
            aconst_null
            astore 7 /* timeGrain */
        start local 7 // java.lang.String timeGrain
        15: .line 1399
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysis:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 1400
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 1399
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   18     1   resourceGroupName  Ljava/lang/String;
            0   18     2            siteName  Ljava/lang/String;
            0   18     3  diagnosticCategory  Ljava/lang/String;
            0   18     4        analysisName  Ljava/lang/String;
           13   18     5           startTime  Lorg/joda/time/DateTime;
           14   18     6             endTime  Lorg/joda/time/DateTime;
           15   18     7           timeGrain  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/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysis(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 1430
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DiagnosticAnalysisInner
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5           startTime  Lorg/joda/time/DateTime;
            0    1     6             endTime  Lorg/joda/time/DateTime;
            0    1     7           timeGrain  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      startTime           
      endTime             
      timeGrain           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
        start local 8 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1449
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 8 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 8 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5           startTime  Lorg/joda/time/DateTime;
            0    1     6             endTime  Lorg/joda/time/DateTime;
            0    1     7           timeGrain  Ljava/lang/String;
            0    1     8     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      startTime           
      endTime             
      timeGrain           
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 1467
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5           startTime  Lorg/joda/time/DateTime;
            0    1     6             endTime  Lorg/joda/time/DateTime;
            0    1     7           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      startTime           
      endTime             
      timeGrain           

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 1490
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1491
            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 1493
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1494
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1496
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1497
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1499
      StackMap locals:
      StackMap stack:
            aload 4 /* analysisName */
            ifnonnull 8
         7: .line 1500
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter analysisName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1503
            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
        10: .line 1505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1506
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysis:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 1509
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1508
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3  diagnosticCategory  Ljava/lang/String;
            0   15     4        analysisName  Ljava/lang/String;
            0   15     5           startTime  Lorg/joda/time/DateTime;
            0   15     6             endTime  Lorg/joda/time/DateTime;
            0   15     7           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      startTime           
      endTime             
      timeGrain           

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1523
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1524
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1525
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1526
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1523
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectors(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1542
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSinglePageAsync:(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 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 1543
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1   resourceGroupName  Ljava/lang/String;
            0    2     2            siteName  Ljava/lang/String;
            0    2     3  diagnosticCategory  Ljava/lang/String;
            1    2     4            response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1564
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1565
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 1571
            aload 4 /* serviceCallback */
         3: .line 1563
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1   resourceGroupName  Ljava/lang/String;
            0    4     2            siteName  Ljava/lang/String;
            0    4     3  diagnosticCategory  Ljava/lang/String;
            0    4     4     serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1585
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1586
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1585
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1605
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1606
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1605
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
         0: .line 1629
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1630
            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 1632
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1633
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1635
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1636
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1639
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1642
            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 1644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectors:(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 1645
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1644
            areturn
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1   resourceGroupName  Ljava/lang/String;
            0   13     2            siteName  Ljava/lang/String;
            0   13     3  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1659
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1660
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1661
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1662
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1659
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner getSiteDetector(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/management/appservice/implementation/DetectorDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
         0: .line 1679
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner
            areturn
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        detectorName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1695
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        detectorName  Ljava/lang/String;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
         0: .line 1710
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        detectorName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> getSiteDetectorWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
         0: .line 1730
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1731
            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 1733
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1734
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1736
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 1737
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1739
      StackMap locals:
      StackMap stack:
            aload 4 /* detectorName */
            ifnonnull 8
         7: .line 1740
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1743
            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
        10: .line 1745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1746
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetector:(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;
        13: .line 1749
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1748
            areturn
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3  diagnosticCategory  Ljava/lang/String;
            0   15     4        detectorName  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/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1763
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1764
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1765
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1766
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1763
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetector(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/management/appservice/implementation/DiagnosticDetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
         0: .line 1783
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner
            areturn
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1799
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
         0: .line 1814
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorWithServiceResponseAsync(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=12, locals=8, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
         0: .line 1834
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1835
            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 1837
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1838
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1840
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 1841
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1843
      StackMap locals:
      StackMap stack:
            aload 4 /* diagnosticCategory */
            ifnonnull 8
         7: .line 1844
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1847
            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
        10: .line 1849
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1850
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1852
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* startTime */
        start local 5 // org.joda.time.DateTime startTime
        13: .line 1853
            aconst_null
            astore 6 /* endTime */
        start local 6 // org.joda.time.DateTime endTime
        14: .line 1854
            aconst_null
            astore 7 /* timeGrain */
        start local 7 // java.lang.String timeGrain
        15: .line 1855
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetector:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 1856
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 1855
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   18     1   resourceGroupName  Ljava/lang/String;
            0   18     2            siteName  Ljava/lang/String;
            0   18     3        detectorName  Ljava/lang/String;
            0   18     4  diagnosticCategory  Ljava/lang/String;
           13   18     5           startTime  Lorg/joda/time/DateTime;
           14   18     6             endTime  Lorg/joda/time/DateTime;
           15   18     7           timeGrain  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/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetector(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 1886
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DiagnosticDetectorResponseInner
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5           startTime  Lorg/joda/time/DateTime;
            0    1     6             endTime  Lorg/joda/time/DateTime;
            0    1     7           timeGrain  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      startTime           
      endTime             
      timeGrain           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
        start local 8 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1905
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 8 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 8 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5           startTime  Lorg/joda/time/DateTime;
            0    1     6             endTime  Lorg/joda/time/DateTime;
            0    1     7           timeGrain  Ljava/lang/String;
            0    1     8     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      startTime           
      endTime             
      timeGrain           
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 1923
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5           startTime  Lorg/joda/time/DateTime;
            0    1     6             endTime  Lorg/joda/time/DateTime;
            0    1     7           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      startTime           
      endTime             
      timeGrain           

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 1946
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1947
            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 1949
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 1950
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1952
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 1953
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1955
      StackMap locals:
      StackMap stack:
            aload 4 /* diagnosticCategory */
            ifnonnull 8
         7: .line 1956
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1959
            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
        10: .line 1961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1962
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetector:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 1965
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1964
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3        detectorName  Ljava/lang/String;
            0   15     4  diagnosticCategory  Ljava/lang/String;
            0   15     5           startTime  Lorg/joda/time/DateTime;
            0   15     6             endTime  Lorg/joda/time/DateTime;
            0   15     7           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      startTime           
      endTime             
      timeGrain           

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 1979
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 1980
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1981
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1982
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1979
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponsesSlot(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 1998
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotSinglePageAsync:(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 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 1999
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2           siteName  Ljava/lang/String;
            0    2     3               slot  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2020
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2021
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 2027
            aload 4 /* serviceCallback */
         3: .line 2019
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2           siteName  Ljava/lang/String;
            0    4     3               slot  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2041
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2042
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2041
            areturn
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
            0    3     3               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2061
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2062
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2061
            areturn
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
            0    3     3               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2085
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2086
            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 2088
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2089
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2091
      StackMap locals:
      StackMap stack:
            aload 3 /* slot */
            ifnonnull 6
         5: .line 2092
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2095
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2098
            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 2100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponsesSlot:(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 2101
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 2100
            areturn
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2           siteName  Ljava/lang/String;
            0   13     3               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 2115
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 2116
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2117
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2118
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2115
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponseSlot(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/management/appservice/implementation/DetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
         0: .line 2135
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4               slot  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2151
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4               slot  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
         0: .line 2166
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseSlotWithServiceResponseAsync(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=12, locals=8, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
         0: .line 2186
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2187
            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 2189
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2190
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2192
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 2193
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2195
      StackMap locals:
      StackMap stack:
            aload 4 /* slot */
            ifnonnull 8
         7: .line 2196
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2199
            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
        10: .line 2201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2202
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2204
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* startTime */
        start local 5 // org.joda.time.DateTime startTime
        13: .line 2205
            aconst_null
            astore 6 /* endTime */
        start local 6 // org.joda.time.DateTime endTime
        14: .line 2206
            aconst_null
            astore 7 /* timeGrain */
        start local 7 // java.lang.String timeGrain
        15: .line 2207
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponseSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 2208
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 2207
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   18     1  resourceGroupName  Ljava/lang/String;
            0   18     2           siteName  Ljava/lang/String;
            0   18     3       detectorName  Ljava/lang/String;
            0   18     4               slot  Ljava/lang/String;
           13   18     5          startTime  Lorg/joda/time/DateTime;
           14   18     6            endTime  Lorg/joda/time/DateTime;
           15   18     7          timeGrain  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/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               

  public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponseSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 2238
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DetectorResponseInner
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4               slot  Ljava/lang/String;
            0    1     5          startTime  Lorg/joda/time/DateTime;
            0    1     6            endTime  Lorg/joda/time/DateTime;
            0    1     7          timeGrain  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               
      startTime          
      endTime            
      timeGrain          

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
        start local 8 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2257
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 8 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 8 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4               slot  Ljava/lang/String;
            0    1     5          startTime  Lorg/joda/time/DateTime;
            0    1     6            endTime  Lorg/joda/time/DateTime;
            0    1     7          timeGrain  Ljava/lang/String;
            0    1     8    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               
      startTime          
      endTime            
      timeGrain          
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 2275
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2           siteName  Ljava/lang/String;
            0    1     3       detectorName  Ljava/lang/String;
            0    1     4               slot  Ljava/lang/String;
            0    1     5          startTime  Lorg/joda/time/DateTime;
            0    1     6            endTime  Lorg/joda/time/DateTime;
            0    1     7          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               
      startTime          
      endTime            
      timeGrain          

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=8, args_size=8
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String slot
        start local 5 // org.joda.time.DateTime startTime
        start local 6 // org.joda.time.DateTime endTime
        start local 7 // java.lang.String timeGrain
         0: .line 2298
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2299
            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 2301
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2302
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2304
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 2305
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2307
      StackMap locals:
      StackMap stack:
            aload 4 /* slot */
            ifnonnull 8
         7: .line 2308
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2311
            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
        10: .line 2313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2314
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* startTime */
            aload 6 /* endTime */
            aload 7 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponseSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 2317
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 2316
            areturn
        end local 7 // java.lang.String timeGrain
        end local 6 // org.joda.time.DateTime endTime
        end local 5 // org.joda.time.DateTime startTime
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2           siteName  Ljava/lang/String;
            0   15     3       detectorName  Ljava/lang/String;
            0   15     4               slot  Ljava/lang/String;
            0   15     5          startTime  Lorg/joda/time/DateTime;
            0   15     6            endTime  Lorg/joda/time/DateTime;
            0   15     7          timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      siteName           
      detectorName       
      slot               
      startTime          
      endTime            
      timeGrain          

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 2331
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 2332
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2333
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2334
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2331
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategoriesSlot(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2350
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotSinglePageAsync:(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 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 2351
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2           siteName  Ljava/lang/String;
            0    2     3               slot  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2372
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2373
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 2379
            aload 4 /* serviceCallback */
         3: .line 2371
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2           siteName  Ljava/lang/String;
            0    4     3               slot  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2393
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2394
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2393
            areturn
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
            0    3     3               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2413
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2414
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2413
            areturn
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2           siteName  Ljava/lang/String;
            0    3     3               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String slot
         0: .line 2437
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2438
            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 2440
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2441
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2443
      StackMap locals:
      StackMap stack:
            aload 3 /* slot */
            ifnonnull 6
         5: .line 2444
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2447
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2450
            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 2452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategoriesSlot:(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 2453
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 2452
            areturn
        end local 3 // java.lang.String slot
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2           siteName  Ljava/lang/String;
            0   13     3               slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      siteName           final
      slot               final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 2467
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 2468
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2469
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2470
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2467
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner getSiteDiagnosticCategorySlot(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/management/appservice/implementation/DiagnosticCategoryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2487
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategorySlotWithServiceResponseAsync:(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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4                slot  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      slot                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategorySlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2503
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategorySlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4                slot  Ljava/lang/String;
            0    1     5     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      slot                
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategorySlotAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2518
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategorySlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      slot                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> getSiteDiagnosticCategorySlotWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2538
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2539
            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 2541
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2542
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2544
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 2545
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2547
      StackMap locals:
      StackMap stack:
            aload 4 /* slot */
            ifnonnull 8
         7: .line 2548
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2551
            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
        10: .line 2553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2554
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDiagnosticCategorySlot:(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;
        13: .line 2557
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 2556
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3  diagnosticCategory  Ljava/lang/String;
            0   15     4                slot  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/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      slot                

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategorySlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 2571
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 2572
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2573
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2574
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2571
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalysesSlot(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2591
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotSinglePageAsync:(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 2592
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80
            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.appservice.implementation.DiagnosticsInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 5 // com.microsoft.rest.ServiceResponse response
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1   resourceGroupName  Ljava/lang/String;
            0    2     2            siteName  Ljava/lang/String;
            0    2     3  diagnosticCategory  Ljava/lang/String;
            0    2     4                slot  Ljava/lang/String;
            1    2     5            response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 2614
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2615
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 2621
            aload 5 /* serviceCallback */
         3: .line 2613
            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 slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1   resourceGroupName  Ljava/lang/String;
            0    4     2            siteName  Ljava/lang/String;
            0    4     3  diagnosticCategory  Ljava/lang/String;
            0    4     4                slot  Ljava/lang/String;
            0    4     5     serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2636
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2637
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2636
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
            0    3     4                slot  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/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2657
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 2658
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 2657
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
            0    3     4                slot  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/appservice/implementation/AnalysisDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 2682
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2683
            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 2685
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2686
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2688
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 2689
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2691
      StackMap locals:
      StackMap stack:
            aload 4 /* slot */
            ifnonnull 8
         7: .line 2692
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2695
            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
        10: .line 2697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2698
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalysesSlot:(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;
        13: .line 2701
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 2700
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3  diagnosticCategory  Ljava/lang/String;
            0   15     4                slot  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/appservice/implementation/AnalysisDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 2715
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 2716
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2717
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2718
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2715
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner getSiteAnalysisSlot(java.lang.String, 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;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
         0: .line 2736
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2753
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisSlotAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
         0: .line 2769
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> getSiteAnalysisSlotWithServiceResponseAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
         0: .line 2790
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2791
            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 2793
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2794
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2796
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 2797
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2799
      StackMap locals:
      StackMap stack:
            aload 4 /* analysisName */
            ifnonnull 8
         7: .line 2800
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter analysisName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2802
      StackMap locals:
      StackMap stack:
            aload 5 /* slot */
            ifnonnull 10
         9: .line 2803
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2806
            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
        12: .line 2808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 2809
            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
        14: .line 2811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteAnalysisSlot:(Ljava/lang/String;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;
        15: .line 2812
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        16: .line 2811
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   17     1   resourceGroupName  Ljava/lang/String;
            0   17     2            siteName  Ljava/lang/String;
            0   17     3  diagnosticCategory  Ljava/lang/String;
            0   17     4        analysisName  Ljava/lang/String;
            0   17     5                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 2826
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 2827
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2828
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2829
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2826
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysisSlot(java.lang.String, 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;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
         0: .line 2847
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2864
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
         0: .line 2880
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisSlotWithServiceResponseAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=9, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
         0: .line 2901
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2902
            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 2904
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 2905
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2907
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 2908
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2910
      StackMap locals:
      StackMap stack:
            aload 4 /* analysisName */
            ifnonnull 8
         7: .line 2911
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter analysisName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2913
      StackMap locals:
      StackMap stack:
            aload 5 /* slot */
            ifnonnull 10
         9: .line 2914
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 2916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 2917
            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
        12: .line 2919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 2920
            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
        14: .line 2922
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* startTime */
        start local 6 // org.joda.time.DateTime startTime
        15: .line 2923
            aconst_null
            astore 7 /* endTime */
        start local 7 // org.joda.time.DateTime endTime
        16: .line 2924
            aconst_null
            astore 8 /* timeGrain */
        start local 8 // java.lang.String timeGrain
        17: .line 2925
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysisSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        18: .line 2926
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        19: .line 2925
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   20     1   resourceGroupName  Ljava/lang/String;
            0   20     2            siteName  Ljava/lang/String;
            0   20     3  diagnosticCategory  Ljava/lang/String;
            0   20     4        analysisName  Ljava/lang/String;
            0   20     5                slot  Ljava/lang/String;
           15   20     6           startTime  Lorg/joda/time/DateTime;
           16   20     7             endTime  Lorg/joda/time/DateTime;
           17   20     8           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysisSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
         0: .line 2957
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DiagnosticAnalysisInner
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6           startTime  Lorg/joda/time/DateTime;
            0    1     7             endTime  Lorg/joda/time/DateTime;
            0    1     8           timeGrain  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                
      startTime           
      endTime             
      timeGrain           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=10
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
        start local 9 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2977
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 9 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 9 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6           startTime  Lorg/joda/time/DateTime;
            0    1     7             endTime  Lorg/joda/time/DateTime;
            0    1     8           timeGrain  Ljava/lang/String;
            0    1     9     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                
      startTime           
      endTime             
      timeGrain           
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
         0: .line 2996
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        analysisName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6           startTime  Lorg/joda/time/DateTime;
            0    1     7             endTime  Lorg/joda/time/DateTime;
            0    1     8           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                
      startTime           
      endTime             
      timeGrain           

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String analysisName
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
         0: .line 3020
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3021
            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 3023
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 3024
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3026
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 3027
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3029
      StackMap locals:
      StackMap stack:
            aload 4 /* analysisName */
            ifnonnull 8
         7: .line 3030
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter analysisName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3032
      StackMap locals:
      StackMap stack:
            aload 5 /* slot */
            ifnonnull 10
         9: .line 3033
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 3035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3036
            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
        12: .line 3038
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 3039
            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
        14: .line 3041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* analysisName */
            aload 5 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysisSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        15: .line 3042
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        16: .line 3041
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String analysisName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   17     1   resourceGroupName  Ljava/lang/String;
            0   17     2            siteName  Ljava/lang/String;
            0   17     3  diagnosticCategory  Ljava/lang/String;
            0   17     4        analysisName  Ljava/lang/String;
            0   17     5                slot  Ljava/lang/String;
            0   17     6           startTime  Lorg/joda/time/DateTime;
            0   17     7             endTime  Lorg/joda/time/DateTime;
            0   17     8           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      analysisName        
      slot                
      startTime           
      endTime             
      timeGrain           

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3056
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3057
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3058
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3059
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3056
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectorsSlot(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 3076
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotSinglePageAsync:(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 3077
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94
            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.appservice.implementation.DiagnosticsInner$94.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 5 // com.microsoft.rest.ServiceResponse response
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1   resourceGroupName  Ljava/lang/String;
            0    2     2            siteName  Ljava/lang/String;
            0    2     3  diagnosticCategory  Ljava/lang/String;
            0    2     4                slot  Ljava/lang/String;
            1    2     5            response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 3099
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3100
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 3106
            aload 5 /* serviceCallback */
         3: .line 3098
            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 slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1   resourceGroupName  Ljava/lang/String;
            0    4     2            siteName  Ljava/lang/String;
            0    4     3  diagnosticCategory  Ljava/lang/String;
            0    4     4                slot  Ljava/lang/String;
            0    4     5     serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 3121
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3122
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3121
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
            0    3     4                slot  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/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotWithServiceResponseAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 3142
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 3143
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 3142
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    3     1   resourceGroupName  Ljava/lang/String;
            0    3     2            siteName  Ljava/lang/String;
            0    3     3  diagnosticCategory  Ljava/lang/String;
            0    3     4                slot  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/appservice/implementation/DetectorDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String slot
         0: .line 3167
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3168
            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 3170
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 3171
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3173
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 3174
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3176
      StackMap locals:
      StackMap stack:
            aload 4 /* slot */
            ifnonnull 8
         7: .line 3177
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 3180
            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
        10: .line 3182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3183
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 3185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorsSlot:(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;
        13: .line 3186
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 3185
            areturn
        end local 4 // java.lang.String slot
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   15     1   resourceGroupName  Ljava/lang/String;
            0   15     2            siteName  Ljava/lang/String;
            0   15     3  diagnosticCategory  Ljava/lang/String;
            0   15     4                slot  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/appservice/implementation/DetectorDefinitionInner;>;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   final
      siteName            final
      diagnosticCategory  final
      slot                final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3200
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3201
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3202
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3203
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3200
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner getSiteDetectorSlot(java.lang.String, 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;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
        start local 5 // java.lang.String slot
         0: .line 3221
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        detectorName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        
      slot                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
        start local 5 // java.lang.String slot
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3238
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        detectorName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        
      slot                
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorSlotAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
        start local 5 // java.lang.String slot
         0: .line 3254
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3  diagnosticCategory  Ljava/lang/String;
            0    1     4        detectorName  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        
      slot                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> getSiteDetectorSlotWithServiceResponseAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String diagnosticCategory
        start local 4 // java.lang.String detectorName
        start local 5 // java.lang.String slot
         0: .line 3275
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3276
            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 3278
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 3279
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3281
      StackMap locals:
      StackMap stack:
            aload 3 /* diagnosticCategory */
            ifnonnull 6
         5: .line 3282
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3284
      StackMap locals:
      StackMap stack:
            aload 4 /* detectorName */
            ifnonnull 8
         7: .line 3285
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3287
      StackMap locals:
      StackMap stack:
            aload 5 /* slot */
            ifnonnull 10
         9: .line 3288
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 3290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3291
            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
        12: .line 3293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 3294
            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
        14: .line 3296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* diagnosticCategory */
            aload 4 /* detectorName */
            aload 5 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorSlot:(Ljava/lang/String;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;
        15: .line 3297
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        16: .line 3296
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String detectorName
        end local 3 // java.lang.String diagnosticCategory
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   17     1   resourceGroupName  Ljava/lang/String;
            0   17     2            siteName  Ljava/lang/String;
            0   17     3  diagnosticCategory  Ljava/lang/String;
            0   17     4        detectorName  Ljava/lang/String;
            0   17     5                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      diagnosticCategory  
      detectorName        
      slot                

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3311
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3312
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3313
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3314
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3311
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetectorSlot(java.lang.String, 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;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
         0: .line 3332
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;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
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3349
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
         0: .line 3365
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorSlotWithServiceResponseAsync(java.lang.String, 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;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=9, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
         0: .line 3386
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3387
            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 3389
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 3390
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3392
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 3393
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3395
      StackMap locals:
      StackMap stack:
            aload 4 /* diagnosticCategory */
            ifnonnull 8
         7: .line 3396
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3398
      StackMap locals:
      StackMap stack:
            aload 5 /* slot */
            ifnonnull 10
         9: .line 3399
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 3401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3402
            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
        12: .line 3404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 3405
            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
        14: .line 3407
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* startTime */
        start local 6 // org.joda.time.DateTime startTime
        15: .line 3408
            aconst_null
            astore 7 /* endTime */
        start local 7 // org.joda.time.DateTime endTime
        16: .line 3409
            aconst_null
            astore 8 /* timeGrain */
        start local 8 // java.lang.String timeGrain
        17: .line 3410
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetectorSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        18: .line 3411
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        19: .line 3410
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   20     1   resourceGroupName  Ljava/lang/String;
            0   20     2            siteName  Ljava/lang/String;
            0   20     3        detectorName  Ljava/lang/String;
            0   20     4  diagnosticCategory  Ljava/lang/String;
            0   20     5                slot  Ljava/lang/String;
           15   20     6           startTime  Lorg/joda/time/DateTime;
           16   20     7             endTime  Lorg/joda/time/DateTime;
           17   20     8           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                

  public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetectorSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
         0: .line 3442
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;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.appservice.implementation.DiagnosticDetectorResponseInner
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6           startTime  Lorg/joda/time/DateTime;
            0    1     7             endTime  Lorg/joda/time/DateTime;
            0    1     8           timeGrain  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                
      startTime           
      endTime             
      timeGrain           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=10
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
        start local 9 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 3462
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            aload 9 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 9 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6           startTime  Lorg/joda/time/DateTime;
            0    1     7             endTime  Lorg/joda/time/DateTime;
            0    1     8           timeGrain  Ljava/lang/String;
            0    1     9     serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                
      startTime           
      endTime             
      timeGrain           
      serviceCallback     final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
         0: .line 3481
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    1     1   resourceGroupName  Ljava/lang/String;
            0    1     2            siteName  Ljava/lang/String;
            0    1     3        detectorName  Ljava/lang/String;
            0    1     4  diagnosticCategory  Ljava/lang/String;
            0    1     5                slot  Ljava/lang/String;
            0    1     6           startTime  Lorg/joda/time/DateTime;
            0    1     7             endTime  Lorg/joda/time/DateTime;
            0    1     8           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                
      startTime           
      endTime             
      timeGrain           

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=9, args_size=9
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String siteName
        start local 3 // java.lang.String detectorName
        start local 4 // java.lang.String diagnosticCategory
        start local 5 // java.lang.String slot
        start local 6 // org.joda.time.DateTime startTime
        start local 7 // org.joda.time.DateTime endTime
        start local 8 // java.lang.String timeGrain
         0: .line 3505
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 3506
            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 3508
      StackMap locals:
      StackMap stack:
            aload 2 /* siteName */
            ifnonnull 4
         3: .line 3509
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3511
      StackMap locals:
      StackMap stack:
            aload 3 /* detectorName */
            ifnonnull 6
         5: .line 3512
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter detectorName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 3514
      StackMap locals:
      StackMap stack:
            aload 4 /* diagnosticCategory */
            ifnonnull 8
         7: .line 3515
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter diagnosticCategory is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 3517
      StackMap locals:
      StackMap stack:
            aload 5 /* slot */
            ifnonnull 10
         9: .line 3518
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter slot is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 3520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 12
        11: .line 3521
            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
        12: .line 3523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 3524
            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
        14: .line 3526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 1 /* resourceGroupName */
            aload 2 /* siteName */
            aload 3 /* detectorName */
            aload 4 /* diagnosticCategory */
            aload 5 /* slot */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 6 /* startTime */
            aload 7 /* endTime */
            aload 8 /* timeGrain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetectorSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        15: .line 3527
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        16: .line 3526
            areturn
        end local 8 // java.lang.String timeGrain
        end local 7 // org.joda.time.DateTime endTime
        end local 6 // org.joda.time.DateTime startTime
        end local 5 // java.lang.String slot
        end local 4 // java.lang.String diagnosticCategory
        end local 3 // java.lang.String detectorName
        end local 2 // java.lang.String siteName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0   17     1   resourceGroupName  Ljava/lang/String;
            0   17     2            siteName  Ljava/lang/String;
            0   17     3        detectorName  Ljava/lang/String;
            0   17     4  diagnosticCategory  Ljava/lang/String;
            0   17     5                slot  Ljava/lang/String;
            0   17     6           startTime  Lorg/joda/time/DateTime;
            0   17     7             endTime  Lorg/joda/time/DateTime;
            0   17     8           timeGrain  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
    MethodParameters:
                    Name  Flags
      resourceGroupName   
      siteName            
      detectorName        
      diagnosticCategory  
      slot                
      startTime           
      endTime             
      timeGrain           

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3541
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3542
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3543
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3544
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3541
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listHostingEnvironmentDetectorResponsesNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3558
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesNextSinglePageAsync:(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 3559
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108
            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.appservice.implementation.DiagnosticsInner$108.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner 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 3579
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3580
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 3586
            aload 3 /* serviceCallback */
         3: .line 3578
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3638
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3639
            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 3641
      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 3642
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listHostingEnvironmentDetectorResponsesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3643
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3642
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3657
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3658
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3659
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3660
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3657
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponsesNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3674
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesNextSinglePageAsync:(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 3675
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114
            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.appservice.implementation.DiagnosticsInner$114.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner 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 3695
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3696
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 3702
            aload 3 /* serviceCallback */
         3: .line 3694
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3754
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3755
            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 3757
      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 3758
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponsesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3759
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3758
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3773
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3774
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3775
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3776
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3773
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategoriesNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3790
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesNextSinglePageAsync:(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 3791
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120
            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.appservice.implementation.DiagnosticsInner$120.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
    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.appservice.implementation.DiagnosticsInner 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 3811
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3812
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 3818
            aload 3 /* serviceCallback */
         3: .line 3810
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3870
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3871
            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 3873
      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 3874
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategoriesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3875
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3874
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DiagnosticCategoryInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 3889
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 3890
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 3891
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 3892
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 3889
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalysesNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3906
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesNextSinglePageAsync:(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 3907
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126
            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.appservice.implementation.DiagnosticsInner$126.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
    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.appservice.implementation.DiagnosticsInner 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 3927
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 3928
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 3934
            aload 3 /* serviceCallback */
         3: .line 3926
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 3986
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 3987
            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 3989
      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 3990
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalysesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 3991
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 3990
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/AnalysisDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 4005
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 4006
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4007
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4008
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4005
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectorsNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4022
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsNextSinglePageAsync:(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 4023
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132
            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.appservice.implementation.DiagnosticsInner$132.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    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.appservice.implementation.DiagnosticsInner 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 4043
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4044
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 4050
            aload 3 /* serviceCallback */
         3: .line 4042
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4102
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4103
            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 4105
      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 4106
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4107
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4106
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DetectorDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 4121
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 4122
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4123
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4124
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4121
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponsesSlotNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4138
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotNextSinglePageAsync:(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 4139
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138
            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.appservice.implementation.DiagnosticsInner$138.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
    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.appservice.implementation.DiagnosticsInner 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 4159
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4160
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 4166
            aload 3 /* serviceCallback */
         3: .line 4158
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4218
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4219
            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 4221
      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 4222
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponsesSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4223
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4222
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DetectorResponseInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 4237
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 4238
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4239
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4240
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4237
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategoriesSlotNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4254
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotNextSinglePageAsync:(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 4255
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144
            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.appservice.implementation.DiagnosticsInner$144.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
    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.appservice.implementation.DiagnosticsInner 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 4275
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4276
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 4282
            aload 3 /* serviceCallback */
         3: .line 4274
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4334
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4335
            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 4337
      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 4338
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategoriesSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4339
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4338
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DiagnosticCategoryInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 4353
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 4354
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4355
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4356
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4353
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalysesSlotNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4370
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotNextSinglePageAsync:(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 4371
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150
            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.appservice.implementation.DiagnosticsInner$150.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
    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.appservice.implementation.DiagnosticsInner 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 4391
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4392
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 4398
            aload 3 /* serviceCallback */
         3: .line 4390
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4450
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4451
            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 4453
      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 4454
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalysesSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4455
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4454
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/AnalysisDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 4469
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 4470
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4471
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4472
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4469
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectorsSlotNext(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4486
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotNextSinglePageAsync:(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 4487
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156
            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.appservice.implementation.DiagnosticsInner$156.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    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.appservice.implementation.DiagnosticsInner 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 4507
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 4508
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
         2: .line 4514
            aload 3 /* serviceCallback */
         3: .line 4506
            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.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotNextSinglePageAsync(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.appservice.implementation.DiagnosticsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 4566
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 4567
            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 4569
      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 4570
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorsSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 4571
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 4570
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            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/appservice/implementation/DetectorDefinitionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotNextDelegate(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.appservice.implementation.DiagnosticsInner this
        start local 1 // retrofit2.Response response
         0: .line 4585
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 4586
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 4587
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 4588
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 4585
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "DiagnosticsInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$110  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$111  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$116  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$117  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$122  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$123  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$128  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$129  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$134  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$135  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$140  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$141  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$146  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$147  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$152  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$153  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$158  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$159  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$110
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$111
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$116
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$117
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$122
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$123
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$128
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$129
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$134
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$135
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$140
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$141
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$146
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$147
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$152
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$153
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$158
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$159
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98
  com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99
  abstract DiagnosticsService = com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService of com.microsoft.azure.management.appservice.implementation.DiagnosticsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder