public class com.microsoft.azure.management.appservice.implementation.DomainsInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.appservice.implementation.DomainInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.appservice.implementation.DomainInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DomainsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService service;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
    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.DomainsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl client
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService
            putfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
         2: .line 63
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
         3: .line 64
            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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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.management.appservice.implementation.DomainAvailabilityCheckResultInner checkAvailability();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 163
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:()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.DomainAvailabilityCheckResultInner
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 175
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:()Lrx/Observable;
            aload 1 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 186
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>> checkAvailabilityWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 202
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 203
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 206
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 209
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.NameIdentifierInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.<init>:()V
            astore 1 /* identifier */
        start local 1 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner identifier
         5: .line 210
            aload 1 /* identifier */
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
            pop
         6: .line 211
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 1 /* identifier */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner$DomainsService.checkAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;Ljava/lang/String;)Lrx/Observable;
         7: .line 212
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 211
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner identifier
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            5    9     1  identifier  Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;>;

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>> checkAvailabilityWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String name
         0: .line 278
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 279
            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
         2: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 282
            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
         4: .line 284
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.NameIdentifierInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.<init>:()V
            astore 2 /* identifier */
        start local 2 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner identifier
         5: .line 285
            aload 2 /* identifier */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
            pop
         6: .line 286
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 2 /* identifier */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner$DomainsService.checkAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;Ljava/lang/String;)Lrx/Observable;
         7: .line 287
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 286
            areturn
        end local 2 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner identifier
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    9     1        name  Ljava/lang/String;
            5    9     2  identifier  Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;>;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 317
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listSinglePageAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 1 /* response */
        start local 1 // com.microsoft.rest.ServiceResponse response
         1: .line 318
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$6
            dup
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 336
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 337
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 343
            aload 1 /* serviceCallback */
         3: .line 335
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 354
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 355
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 354
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 371
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 372
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 371
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 392
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 393
            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
         2: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 396
            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
         4: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 399
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 398
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 413
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 414
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$11.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 415
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 416
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 413
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner getControlCenterSsoRequest();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 429
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getControlCenterSsoRequestWithServiceResponseAsync:()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.DomainControlCenterSsoRequestInner
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner> getControlCenterSsoRequestAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 441
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getControlCenterSsoRequestWithServiceResponseAsync:()Lrx/Observable;
            aload 1 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner> getControlCenterSsoRequestAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 452
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getControlCenterSsoRequestWithServiceResponseAsync:()Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner>> getControlCenterSsoRequestWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
         0: .line 468
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 469
            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
         2: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 472
            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
         4: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.getControlCenterSsoRequest:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 475
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 474
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner> getControlCenterSsoRequestDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 489
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 490
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 491
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 492
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 489
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainControlCenterSsoRequestInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner> listRecommendations(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)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.DomainsInner this
        start local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
         0: .line 506
            aload 0 /* this */
            aload 1 /* parameters */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsSinglePageAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)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 507
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$15
            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.DomainsInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1  parameters  Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
            1    2     2    response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
    Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
    MethodParameters:
            Name  Flags
      parameters  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 526
            aload 0 /* this */
            aload 1 /* parameters */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsSinglePageAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
         1: .line 527
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 533
            aload 2 /* serviceCallback */
         3: .line 525
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1       parameters  Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
            0    4     2  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
    Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
    MethodParameters:
                 Name  Flags
      parameters       final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
         0: .line 545
            aload 0 /* this */
            aload 1 /* parameters */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsWithServiceResponseAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
         1: .line 546
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 545
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    3     1  parameters  Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
    Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
    MethodParameters:
            Name  Flags
      parameters  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsWithServiceResponseAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
         0: .line 563
            aload 0 /* this */
            aload 1 /* parameters */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsSinglePageAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
         1: .line 564
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 563
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    3     1  parameters  Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
    Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;>;
    MethodParameters:
            Name  Flags
      parameters  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsSinglePageAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
    descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
         0: .line 585
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 586
            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
         2: .line 588
      StackMap locals:
      StackMap stack:
            aload 1 /* parameters */
            ifnonnull 4
         3: .line 589
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 592
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 594
      StackMap locals:
      StackMap stack:
            aload 1 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 595
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listRecommendations:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 596
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$19.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 595
            areturn
        end local 1 // com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters parameters
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   10     1  parameters  Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
    Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;>;
    MethodParameters:
            Name  Flags
      parameters  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 610
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 611
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$20.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 612
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 613
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 610
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/NameIdentifierInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> listByResourceGroup(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 627
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listByResourceGroupSinglePageAsync:(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 628
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$21
            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.DomainsInner$21.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 647
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 648
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 654
            aload 2 /* serviceCallback */
         3: .line 646
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 706
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 707
            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 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 710
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 713
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 716
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 715
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 762
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> getByResourceGroupAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 775
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> getByResourceGroupWithServiceResponseAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 793
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 794
            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 796
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 797
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 800
            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 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 803
            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 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 806
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 805
            areturn
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2         domainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner> getByResourceGroupDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 820
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 821
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$29.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$29.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 822
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 823
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 820
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.DomainInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
         0: .line 839
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.DomainInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 854
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
         0: .line 868
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
         0: .line 887
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 888
            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 890
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 891
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 894
            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 896
      StackMap locals:
      StackMap stack:
            aload 3 /* domain */
            ifnonnull 8
         7: .line 897
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domain is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 899
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 900
            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 902
      StackMap locals:
      StackMap stack:
            aload 3 /* domain */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 903
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* domain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 904
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$31.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2         domainName  Ljava/lang/String;
            0   13     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
           12   13     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 935
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
         0: .line 949
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$32.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
         0: .line 968
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 969
            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 971
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 972
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 975
            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 977
      StackMap locals:
      StackMap stack:
            aload 3 /* domain */
            ifnonnull 8
         7: .line 978
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domain is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 981
            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 983
      StackMap locals:
      StackMap stack:
            aload 3 /* domain */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 984
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* domain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 985
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 984
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.DomainInner domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2         domainName  Ljava/lang/String;
            0   14     3             domain  Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner> beginCreateOrUpdateDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 999
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1000
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$34.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1001
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$35.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$35.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1002
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1003
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 999
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    6     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/DomainInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1017
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1018
            return
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2         domainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

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

  public rx.Observable<java.lang.Void> deleteAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1044
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1062
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1063
            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 1065
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1066
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1069
            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 1071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1072
            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 1074
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* forceHardDeleteDomain */
        start local 3 // java.lang.Boolean forceHardDeleteDomain
         9: .line 1075
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* forceHardDeleteDomain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1076
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1075
            areturn
        end local 3 // java.lang.Boolean forceHardDeleteDomain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   12     0                   this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   12     1      resourceGroupName  Ljava/lang/String;
            0   12     2             domainName  Ljava/lang/String;
            9   12     3  forceHardDeleteDomain  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

  public void delete(java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.Boolean forceHardDeleteDomain
         0: .line 1101
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* forceHardDeleteDomain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1102
            return
        end local 3 // java.lang.Boolean forceHardDeleteDomain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2             domainName  Ljava/lang/String;
            0    2     3  forceHardDeleteDomain  Ljava/lang/Boolean;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      domainName             
      forceHardDeleteDomain  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.Boolean, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.Boolean forceHardDeleteDomain
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1116
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* forceHardDeleteDomain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)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.Boolean forceHardDeleteDomain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2             domainName  Ljava/lang/String;
            0    1     3  forceHardDeleteDomain  Ljava/lang/Boolean;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      domainName             
      forceHardDeleteDomain  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.Boolean forceHardDeleteDomain
         0: .line 1149
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1150
            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 1152
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1153
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1156
            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 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1159
            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 1161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* forceHardDeleteDomain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1162
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1161
            areturn
        end local 3 // java.lang.Boolean forceHardDeleteDomain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   11     1      resourceGroupName  Ljava/lang/String;
            0   11     2             domainName  Ljava/lang/String;
            0   11     3  forceHardDeleteDomain  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      domainName             
      forceHardDeleteDomain  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1176
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1177
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$40.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1178
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$41.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$41.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1179
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1180
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1176
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    6     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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.DomainPatchResource domain
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1211
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)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 // com.microsoft.azure.management.appservice.DomainPatchResource domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.DomainPatchResource domain
         0: .line 1225
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* domain */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.DomainPatchResource domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3             domain  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.management.appservice.DomainPatchResource domain
         0: .line 1244
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1245
            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 1247
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1248
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1251
            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 1253
      StackMap locals:
      StackMap stack:
            aload 3 /* domain */
            ifnonnull 8
         7: .line 1254
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domain is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1257
            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 1259
      StackMap locals:
      StackMap stack:
            aload 3 /* domain */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1260
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* domain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1261
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1260
            areturn
        end local 3 // com.microsoft.azure.management.appservice.DomainPatchResource domain
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2         domainName  Ljava/lang/String;
            0   14     3             domain  Lcom/microsoft/azure/management/appservice/DomainPatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      domain             

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1275
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1276
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$44.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$44.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1277
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$45.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1278
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1279
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1275
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    6     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/DomainInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> listOwnershipIdentifiers(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1294
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listOwnershipIdentifiersSinglePageAsync:(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 1295
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$46
            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.DomainsInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2         domainName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      domainName         final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
    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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1315
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listOwnershipIdentifiersSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1316
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 1322
            aload 3 /* serviceCallback */
         3: .line 1314
            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 domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2         domainName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      domainName         final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>> listOwnershipIdentifiersSinglePageAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1377
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1378
            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 1380
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1381
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1384
            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 1386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1387
            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 1389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listOwnershipIdentifiers:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1390
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1389
            areturn
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2         domainName  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/DomainOwnershipIdentifierInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      domainName         final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1404
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1405
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$51.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1406
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1407
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1404
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> getOwnershipIdentifierWithServiceResponseAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
         0: .line 1471
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1472
            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 1474
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1475
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1477
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1478
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1481
            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 1483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1484
            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 1486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.getOwnershipIdentifier:(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 1487
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1486
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2         domainName  Ljava/lang/String;
            0   13     3               name  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/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      name               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> getOwnershipIdentifierDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1501
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1502
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$54.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$54.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1503
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1504
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1501
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1537
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 4 /* domainOwnershipIdentifier */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.createOrUpdateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1          resourceGroupName  Ljava/lang/String;
            0    1     2                 domainName  Ljava/lang/String;
            0    1     3                       name  Ljava/lang/String;
            0    1     4  domainOwnershipIdentifier  Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
            0    1     5            serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    MethodParameters:
                           Name  Flags
      resourceGroupName          
      domainName                 
      name                       
      domainOwnershipIdentifier  
      serviceCallback            final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
         0: .line 1552
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 4 /* domainOwnershipIdentifier */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.createOrUpdateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1          resourceGroupName  Ljava/lang/String;
            0    1     2                 domainName  Ljava/lang/String;
            0    1     3                       name  Ljava/lang/String;
            0    1     4  domainOwnershipIdentifier  Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    MethodParameters:
                           Name  Flags
      resourceGroupName          
      domainName                 
      name                       
      domainOwnershipIdentifier  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> createOrUpdateOwnershipIdentifierWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
         0: .line 1572
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1573
            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 1575
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1576
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1578
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1579
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1582
            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 1584
      StackMap locals:
      StackMap stack:
            aload 4 /* domainOwnershipIdentifier */
            ifnonnull 10
         9: .line 1585
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainOwnershipIdentifier is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1588
            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 1590
      StackMap locals:
      StackMap stack:
            aload 4 /* domainOwnershipIdentifier */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1591
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* domainOwnershipIdentifier */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.createOrUpdateOwnershipIdentifier:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 1592
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$56.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 1591
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   16     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   16     1          resourceGroupName  Ljava/lang/String;
            0   16     2                 domainName  Ljava/lang/String;
            0   16     3                       name  Ljava/lang/String;
            0   16     4  domainOwnershipIdentifier  Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
                           Name  Flags
      resourceGroupName          
      domainName                 
      name                       
      domainOwnershipIdentifier  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1606
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1607
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$57.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$57.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1608
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1609
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1606
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void deleteOwnershipIdentifier(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
         0: .line 1624
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1625
            return
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2         domainName  Ljava/lang/String;
            0    2     3               name  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      name               

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1639
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteOwnershipIdentifierWithServiceResponseAsync:(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 name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
            0    1     3               name  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      name               
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteOwnershipIdentifierWithServiceResponseAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
         0: .line 1672
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1673
            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 1675
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1676
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1678
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1679
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1682
            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 1684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1685
            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 1687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.deleteOwnershipIdentifier:(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 1688
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$59.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1687
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2         domainName  Ljava/lang/String;
            0   13     3               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         
      name               

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteOwnershipIdentifierDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1702
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1703
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$60.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1704
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$61.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1705
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1706
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1702
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    6     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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> updateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1739
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 4 /* domainOwnershipIdentifier */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.updateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1          resourceGroupName  Ljava/lang/String;
            0    1     2                 domainName  Ljava/lang/String;
            0    1     3                       name  Ljava/lang/String;
            0    1     4  domainOwnershipIdentifier  Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
            0    1     5            serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    MethodParameters:
                           Name  Flags
      resourceGroupName          
      domainName                 
      name                       
      domainOwnershipIdentifier  
      serviceCallback            final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> updateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
         0: .line 1754
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 4 /* domainOwnershipIdentifier */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.updateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$62.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1          resourceGroupName  Ljava/lang/String;
            0    1     2                 domainName  Ljava/lang/String;
            0    1     3                       name  Ljava/lang/String;
            0    1     4  domainOwnershipIdentifier  Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    MethodParameters:
                           Name  Flags
      resourceGroupName          
      domainName                 
      name                       
      domainOwnershipIdentifier  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> updateOwnershipIdentifierWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
         0: .line 1774
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1775
            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 1777
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1778
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1780
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1781
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1784
            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 1786
      StackMap locals:
      StackMap stack:
            aload 4 /* domainOwnershipIdentifier */
            ifnonnull 10
         9: .line 1787
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainOwnershipIdentifier is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1790
            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 1792
      StackMap locals:
      StackMap stack:
            aload 4 /* domainOwnershipIdentifier */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1793
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* domainOwnershipIdentifier */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.updateOwnershipIdentifier:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 1794
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 1793
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner domainOwnershipIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   16     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   16     1          resourceGroupName  Ljava/lang/String;
            0   16     2                 domainName  Ljava/lang/String;
            0   16     3                       name  Ljava/lang/String;
            0   16     4  domainOwnershipIdentifier  Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
                           Name  Flags
      resourceGroupName          
      domainName                 
      name                       
      domainOwnershipIdentifier  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> updateOwnershipIdentifierDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1808
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1809
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$64.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1810
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1811
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1808
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void renew(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1825
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.renewWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 1826
            return
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2         domainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

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

  public rx.Observable<java.lang.Void> renewAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1852
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.renewWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$65.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         domainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> renewWithServiceResponseAsync(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.DomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String domainName
         0: .line 1870
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1871
            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 1873
      StackMap locals:
      StackMap stack:
            aload 2 /* domainName */
            ifnonnull 4
         3: .line 1874
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter domainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1877
            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 1879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1880
            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 1882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* domainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.renew:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1883
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1882
            areturn
        end local 2 // java.lang.String domainName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2         domainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      domainName         

  private com.microsoft.rest.ServiceResponse<java.lang.Void> renewDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1897
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 1898
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$67.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$67.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1899
            sipush 202
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$68.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1900
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$69.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1901
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 1902
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 1897
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    7     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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1916
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1917
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$70
            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.DomainsInner$70.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    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.DomainsInner 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 1937
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1938
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 1944
            aload 3 /* serviceCallback */
         3: .line 1936
            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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>> listNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1956
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1957
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1956
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1974
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1975
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$73
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$73.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1974
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1996
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1997
            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 1999
      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 2000
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2001
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$74
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2000
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 2015
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 2016
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$75.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2017
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2018
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2015
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner> listRecommendationsNext(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.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2032
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsNextSinglePageAsync:(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 2033
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$76
            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.DomainsInner$76.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/NameIdentifierInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>);
    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.DomainsInner 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 2053
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2054
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 2060
            aload 3 /* serviceCallback */
         3: .line 2052
            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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsNextSinglePageAsync(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.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2112
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2113
            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 2115
      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 2116
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listRecommendationsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2117
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$80
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2116
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/NameIdentifierInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsNextDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 2131
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 2132
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$81.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2133
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2134
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2131
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/NameIdentifierInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> listByResourceGroupNext(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.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2148
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listByResourceGroupNextSinglePageAsync:(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 2149
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$82
            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.DomainsInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
    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.DomainsInner 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 2169
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2170
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$83
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$83.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 2176
            aload 3 /* serviceCallback */
         3: .line 2168
            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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listByResourceGroupNextSinglePageAsync(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.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2228
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2229
            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 2231
      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 2232
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2233
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$86
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2232
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupNextDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 2247
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 2248
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$87.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2249
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2250
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2247
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> listOwnershipIdentifiersNext(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.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2264
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listOwnershipIdentifiersNextSinglePageAsync:(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 2265
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$88
            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.DomainsInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
    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.DomainsInner 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 2285
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listOwnershipIdentifiersNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2286
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$89
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$89.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
         2: .line 2292
            aload 3 /* serviceCallback */
         3: .line 2284
            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.DomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>> listOwnershipIdentifiersNextSinglePageAsync(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.DomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2344
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2345
            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 2347
      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 2348
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listOwnershipIdentifiersNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2349
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$92
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2348
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersNextDelegate(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.DomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 2363
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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 2364
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.DomainsInner$93
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$93.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2365
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2366
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2363
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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/DomainOwnershipIdentifierInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
SourceFile: "DomainsInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.DomainsInner$1  com.microsoft.azure.management.appservice.implementation.DomainsInner$10  com.microsoft.azure.management.appservice.implementation.DomainsInner$11  com.microsoft.azure.management.appservice.implementation.DomainsInner$12  com.microsoft.azure.management.appservice.implementation.DomainsInner$13  com.microsoft.azure.management.appservice.implementation.DomainsInner$14  com.microsoft.azure.management.appservice.implementation.DomainsInner$15  com.microsoft.azure.management.appservice.implementation.DomainsInner$16  com.microsoft.azure.management.appservice.implementation.DomainsInner$17  com.microsoft.azure.management.appservice.implementation.DomainsInner$18  com.microsoft.azure.management.appservice.implementation.DomainsInner$19  com.microsoft.azure.management.appservice.implementation.DomainsInner$2  com.microsoft.azure.management.appservice.implementation.DomainsInner$20  com.microsoft.azure.management.appservice.implementation.DomainsInner$21  com.microsoft.azure.management.appservice.implementation.DomainsInner$22  com.microsoft.azure.management.appservice.implementation.DomainsInner$23  com.microsoft.azure.management.appservice.implementation.DomainsInner$24  com.microsoft.azure.management.appservice.implementation.DomainsInner$25  com.microsoft.azure.management.appservice.implementation.DomainsInner$26  com.microsoft.azure.management.appservice.implementation.DomainsInner$27  com.microsoft.azure.management.appservice.implementation.DomainsInner$28  com.microsoft.azure.management.appservice.implementation.DomainsInner$29  com.microsoft.azure.management.appservice.implementation.DomainsInner$3  com.microsoft.azure.management.appservice.implementation.DomainsInner$30  com.microsoft.azure.management.appservice.implementation.DomainsInner$31  com.microsoft.azure.management.appservice.implementation.DomainsInner$32  com.microsoft.azure.management.appservice.implementation.DomainsInner$33  com.microsoft.azure.management.appservice.implementation.DomainsInner$34  com.microsoft.azure.management.appservice.implementation.DomainsInner$35  com.microsoft.azure.management.appservice.implementation.DomainsInner$36  com.microsoft.azure.management.appservice.implementation.DomainsInner$37  com.microsoft.azure.management.appservice.implementation.DomainsInner$38  com.microsoft.azure.management.appservice.implementation.DomainsInner$39  com.microsoft.azure.management.appservice.implementation.DomainsInner$4  com.microsoft.azure.management.appservice.implementation.DomainsInner$40  com.microsoft.azure.management.appservice.implementation.DomainsInner$41  com.microsoft.azure.management.appservice.implementation.DomainsInner$42  com.microsoft.azure.management.appservice.implementation.DomainsInner$43  com.microsoft.azure.management.appservice.implementation.DomainsInner$44  com.microsoft.azure.management.appservice.implementation.DomainsInner$45  com.microsoft.azure.management.appservice.implementation.DomainsInner$46  com.microsoft.azure.management.appservice.implementation.DomainsInner$47  com.microsoft.azure.management.appservice.implementation.DomainsInner$48  com.microsoft.azure.management.appservice.implementation.DomainsInner$49  com.microsoft.azure.management.appservice.implementation.DomainsInner$5  com.microsoft.azure.management.appservice.implementation.DomainsInner$50  com.microsoft.azure.management.appservice.implementation.DomainsInner$51  com.microsoft.azure.management.appservice.implementation.DomainsInner$52  com.microsoft.azure.management.appservice.implementation.DomainsInner$53  com.microsoft.azure.management.appservice.implementation.DomainsInner$54  com.microsoft.azure.management.appservice.implementation.DomainsInner$55  com.microsoft.azure.management.appservice.implementation.DomainsInner$56  com.microsoft.azure.management.appservice.implementation.DomainsInner$57  com.microsoft.azure.management.appservice.implementation.DomainsInner$58  com.microsoft.azure.management.appservice.implementation.DomainsInner$59  com.microsoft.azure.management.appservice.implementation.DomainsInner$6  com.microsoft.azure.management.appservice.implementation.DomainsInner$60  com.microsoft.azure.management.appservice.implementation.DomainsInner$61  com.microsoft.azure.management.appservice.implementation.DomainsInner$62  com.microsoft.azure.management.appservice.implementation.DomainsInner$63  com.microsoft.azure.management.appservice.implementation.DomainsInner$64  com.microsoft.azure.management.appservice.implementation.DomainsInner$65  com.microsoft.azure.management.appservice.implementation.DomainsInner$66  com.microsoft.azure.management.appservice.implementation.DomainsInner$67  com.microsoft.azure.management.appservice.implementation.DomainsInner$68  com.microsoft.azure.management.appservice.implementation.DomainsInner$69  com.microsoft.azure.management.appservice.implementation.DomainsInner$7  com.microsoft.azure.management.appservice.implementation.DomainsInner$70  com.microsoft.azure.management.appservice.implementation.DomainsInner$71  com.microsoft.azure.management.appservice.implementation.DomainsInner$72  com.microsoft.azure.management.appservice.implementation.DomainsInner$73  com.microsoft.azure.management.appservice.implementation.DomainsInner$74  com.microsoft.azure.management.appservice.implementation.DomainsInner$75  com.microsoft.azure.management.appservice.implementation.DomainsInner$76  com.microsoft.azure.management.appservice.implementation.DomainsInner$77  com.microsoft.azure.management.appservice.implementation.DomainsInner$78  com.microsoft.azure.management.appservice.implementation.DomainsInner$79  com.microsoft.azure.management.appservice.implementation.DomainsInner$8  com.microsoft.azure.management.appservice.implementation.DomainsInner$80  com.microsoft.azure.management.appservice.implementation.DomainsInner$81  com.microsoft.azure.management.appservice.implementation.DomainsInner$82  com.microsoft.azure.management.appservice.implementation.DomainsInner$83  com.microsoft.azure.management.appservice.implementation.DomainsInner$84  com.microsoft.azure.management.appservice.implementation.DomainsInner$85  com.microsoft.azure.management.appservice.implementation.DomainsInner$86  com.microsoft.azure.management.appservice.implementation.DomainsInner$87  com.microsoft.azure.management.appservice.implementation.DomainsInner$88  com.microsoft.azure.management.appservice.implementation.DomainsInner$89  com.microsoft.azure.management.appservice.implementation.DomainsInner$9  com.microsoft.azure.management.appservice.implementation.DomainsInner$90  com.microsoft.azure.management.appservice.implementation.DomainsInner$91  com.microsoft.azure.management.appservice.implementation.DomainsInner$92  com.microsoft.azure.management.appservice.implementation.DomainsInner$93  com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DomainsInner$1
  com.microsoft.azure.management.appservice.implementation.DomainsInner$10
  com.microsoft.azure.management.appservice.implementation.DomainsInner$11
  com.microsoft.azure.management.appservice.implementation.DomainsInner$12
  com.microsoft.azure.management.appservice.implementation.DomainsInner$13
  com.microsoft.azure.management.appservice.implementation.DomainsInner$14
  com.microsoft.azure.management.appservice.implementation.DomainsInner$15
  com.microsoft.azure.management.appservice.implementation.DomainsInner$16
  com.microsoft.azure.management.appservice.implementation.DomainsInner$17
  com.microsoft.azure.management.appservice.implementation.DomainsInner$18
  com.microsoft.azure.management.appservice.implementation.DomainsInner$19
  com.microsoft.azure.management.appservice.implementation.DomainsInner$2
  com.microsoft.azure.management.appservice.implementation.DomainsInner$20
  com.microsoft.azure.management.appservice.implementation.DomainsInner$21
  com.microsoft.azure.management.appservice.implementation.DomainsInner$22
  com.microsoft.azure.management.appservice.implementation.DomainsInner$23
  com.microsoft.azure.management.appservice.implementation.DomainsInner$24
  com.microsoft.azure.management.appservice.implementation.DomainsInner$25
  com.microsoft.azure.management.appservice.implementation.DomainsInner$26
  com.microsoft.azure.management.appservice.implementation.DomainsInner$27
  com.microsoft.azure.management.appservice.implementation.DomainsInner$28
  com.microsoft.azure.management.appservice.implementation.DomainsInner$29
  com.microsoft.azure.management.appservice.implementation.DomainsInner$3
  com.microsoft.azure.management.appservice.implementation.DomainsInner$30
  com.microsoft.azure.management.appservice.implementation.DomainsInner$31
  com.microsoft.azure.management.appservice.implementation.DomainsInner$32
  com.microsoft.azure.management.appservice.implementation.DomainsInner$33
  com.microsoft.azure.management.appservice.implementation.DomainsInner$34
  com.microsoft.azure.management.appservice.implementation.DomainsInner$35
  com.microsoft.azure.management.appservice.implementation.DomainsInner$36
  com.microsoft.azure.management.appservice.implementation.DomainsInner$37
  com.microsoft.azure.management.appservice.implementation.DomainsInner$38
  com.microsoft.azure.management.appservice.implementation.DomainsInner$39
  com.microsoft.azure.management.appservice.implementation.DomainsInner$4
  com.microsoft.azure.management.appservice.implementation.DomainsInner$40
  com.microsoft.azure.management.appservice.implementation.DomainsInner$41
  com.microsoft.azure.management.appservice.implementation.DomainsInner$42
  com.microsoft.azure.management.appservice.implementation.DomainsInner$43
  com.microsoft.azure.management.appservice.implementation.DomainsInner$44
  com.microsoft.azure.management.appservice.implementation.DomainsInner$45
  com.microsoft.azure.management.appservice.implementation.DomainsInner$46
  com.microsoft.azure.management.appservice.implementation.DomainsInner$47
  com.microsoft.azure.management.appservice.implementation.DomainsInner$48
  com.microsoft.azure.management.appservice.implementation.DomainsInner$49
  com.microsoft.azure.management.appservice.implementation.DomainsInner$5
  com.microsoft.azure.management.appservice.implementation.DomainsInner$50
  com.microsoft.azure.management.appservice.implementation.DomainsInner$51
  com.microsoft.azure.management.appservice.implementation.DomainsInner$52
  com.microsoft.azure.management.appservice.implementation.DomainsInner$53
  com.microsoft.azure.management.appservice.implementation.DomainsInner$54
  com.microsoft.azure.management.appservice.implementation.DomainsInner$55
  com.microsoft.azure.management.appservice.implementation.DomainsInner$56
  com.microsoft.azure.management.appservice.implementation.DomainsInner$57
  com.microsoft.azure.management.appservice.implementation.DomainsInner$58
  com.microsoft.azure.management.appservice.implementation.DomainsInner$59
  com.microsoft.azure.management.appservice.implementation.DomainsInner$6
  com.microsoft.azure.management.appservice.implementation.DomainsInner$60
  com.microsoft.azure.management.appservice.implementation.DomainsInner$61
  com.microsoft.azure.management.appservice.implementation.DomainsInner$62
  com.microsoft.azure.management.appservice.implementation.DomainsInner$63
  com.microsoft.azure.management.appservice.implementation.DomainsInner$64
  com.microsoft.azure.management.appservice.implementation.DomainsInner$65
  com.microsoft.azure.management.appservice.implementation.DomainsInner$66
  com.microsoft.azure.management.appservice.implementation.DomainsInner$67
  com.microsoft.azure.management.appservice.implementation.DomainsInner$68
  com.microsoft.azure.management.appservice.implementation.DomainsInner$69
  com.microsoft.azure.management.appservice.implementation.DomainsInner$7
  com.microsoft.azure.management.appservice.implementation.DomainsInner$70
  com.microsoft.azure.management.appservice.implementation.DomainsInner$71
  com.microsoft.azure.management.appservice.implementation.DomainsInner$72
  com.microsoft.azure.management.appservice.implementation.DomainsInner$73
  com.microsoft.azure.management.appservice.implementation.DomainsInner$74
  com.microsoft.azure.management.appservice.implementation.DomainsInner$75
  com.microsoft.azure.management.appservice.implementation.DomainsInner$76
  com.microsoft.azure.management.appservice.implementation.DomainsInner$77
  com.microsoft.azure.management.appservice.implementation.DomainsInner$78
  com.microsoft.azure.management.appservice.implementation.DomainsInner$79
  com.microsoft.azure.management.appservice.implementation.DomainsInner$8
  com.microsoft.azure.management.appservice.implementation.DomainsInner$80
  com.microsoft.azure.management.appservice.implementation.DomainsInner$81
  com.microsoft.azure.management.appservice.implementation.DomainsInner$82
  com.microsoft.azure.management.appservice.implementation.DomainsInner$83
  com.microsoft.azure.management.appservice.implementation.DomainsInner$84
  com.microsoft.azure.management.appservice.implementation.DomainsInner$85
  com.microsoft.azure.management.appservice.implementation.DomainsInner$86
  com.microsoft.azure.management.appservice.implementation.DomainsInner$87
  com.microsoft.azure.management.appservice.implementation.DomainsInner$88
  com.microsoft.azure.management.appservice.implementation.DomainsInner$89
  com.microsoft.azure.management.appservice.implementation.DomainsInner$9
  com.microsoft.azure.management.appservice.implementation.DomainsInner$90
  com.microsoft.azure.management.appservice.implementation.DomainsInner$91
  com.microsoft.azure.management.appservice.implementation.DomainsInner$92
  com.microsoft.azure.management.appservice.implementation.DomainsInner$93
  abstract DomainsService = com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService of com.microsoft.azure.management.appservice.implementation.DomainsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder