public class com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$TopLevelDomainsService service;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
    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.TopLevelDomainsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl client
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$TopLevelDomainsService
            putfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
         2: .line 56
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
         3: .line 57
            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.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner> 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.TopLevelDomainsInner this
         0: .line 96
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.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 97
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$1
            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.TopLevelDomainsInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>);
    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.TopLevelDomainsInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 115
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 116
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
         2: .line 122
            aload 1 /* serviceCallback */
         3: .line 114
            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.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>> 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.TopLevelDomainsInner this
         0: .line 133
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 134
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 133
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>>> 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.TopLevelDomainsInner this
         0: .line 150
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 151
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 150
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>>> 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.TopLevelDomainsInner this
         0: .line 171
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 172
            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 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 175
            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 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner$TopLevelDomainsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 178
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 177
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;>;>;

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner> getAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>);
    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.TopLevelDomainsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 222
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.getWithServiceResponseAsync:(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.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    1     1             name  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;
    MethodParameters:
                 Name  Flags
      name             
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner> getAsync(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.TopLevelDomainsInner this
        start local 1 // java.lang.String name
         0: .line 234
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.getWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)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.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>> getWithServiceResponseAsync(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.TopLevelDomainsInner this
        start local 1 // java.lang.String name
         0: .line 251
            aload 1 /* name */
            ifnonnull 2
         1: .line 252
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 255
            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 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 258
            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 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
            aload 1 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner$TopLevelDomainsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 261
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 260
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    9     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainInner;>;>;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner> listAgreements(java.lang.String, com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)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.TopLevelDomainsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
         0: .line 293
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* agreementOption */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreementsSinglePageAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)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 294
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$10
            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.TopLevelDomainsInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    2     1             name  Ljava/lang/String;
            0    2     2  agreementOption  Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;
            1    2     3         response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;
    MethodParameters:
                 Name  Flags
      name             final
      agreementOption  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>> listAgreementsAsync(java.lang.String, com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;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.TopLevelDomainsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 314
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* agreementOption */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreementsSinglePageAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable;
         1: .line 315
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
         2: .line 321
            aload 3 /* serviceCallback */
         3: .line 313
            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.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    4     1             name  Ljava/lang/String;
            0    4     2  agreementOption  Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;
    MethodParameters:
                 Name  Flags
      name             final
      agreementOption  final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>> listAgreementsAsync(java.lang.String, com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
         0: .line 334
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* agreementOption */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreementsWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable;
         1: .line 335
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 334
            areturn
        end local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    3     1             name  Ljava/lang/String;
            0    3     2  agreementOption  Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;
    MethodParameters:
                 Name  Flags
      name             final
      agreementOption  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>>> listAgreementsWithServiceResponseAsync(java.lang.String, com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
         0: .line 353
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* agreementOption */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreementsSinglePageAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable;
         1: .line 354
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 353
            areturn
        end local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    3     1             name  Ljava/lang/String;
            0    3     2  agreementOption  Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;>;
    MethodParameters:
                 Name  Flags
      name             final
      agreementOption  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>>> listAgreementsSinglePageAsync(java.lang.String, com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
         0: .line 376
            aload 1 /* name */
            ifnonnull 2
         1: .line 377
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 380
            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 382
      StackMap locals:
      StackMap stack:
            aload 2 /* agreementOption */
            ifnonnull 6
         5: .line 383
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter agreementOption is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 386
            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 388
      StackMap locals:
      StackMap stack:
            aload 2 /* agreementOption */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 389
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
            aload 1 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 2 /* agreementOption */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner$TopLevelDomainsService.listAgreements:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 390
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 389
            areturn
        end local 2 // com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption agreementOption
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0   12     1             name  Ljava/lang/String;
            0   12     2  agreementOption  Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;>;
    MethodParameters:
                 Name  Flags
      name             final
      agreementOption  final

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

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TopLevelDomainInner>>> 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.TopLevelDomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 501
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 502
            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 504
      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 505
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner$TopLevelDomainsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 506
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 505
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            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/TopLevelDomainInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner> listAgreementsNext(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.TopLevelDomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 537
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreementsNextSinglePageAsync:(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 538
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$22
            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.TopLevelDomainsInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;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.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            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/TldLegalAgreementInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>> listAgreementsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>);
    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.TopLevelDomainsInner 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 558
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreementsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 559
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
         2: .line 565
            aload 3 /* serviceCallback */
         3: .line 557
            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.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner>>> listAgreementsNextSinglePageAsync(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.TopLevelDomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 617
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 618
            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 620
      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 621
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner$TopLevelDomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.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.TopLevelDomainsInner.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.TopLevelDomainsInner$TopLevelDomainsService.listAgreementsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 622
            new com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 621
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            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/TldLegalAgreementInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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