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

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

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> listByProfile(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
         0: .line 128
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.listByProfileSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 129
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$1
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$1.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        profileName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> listByProfileAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 148
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.listByProfileSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 149
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$2.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
         2: .line 155
            aload 3 /* serviceCallback */
         3: .line 147
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        profileName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> listByProfileAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
         0: .line 167
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.listByProfileWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 168
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$3.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 167
            areturn
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        profileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>>> listByProfileWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
         0: .line 185
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.listByProfileSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 186
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$4.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 185
            areturn
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        profileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>>> listByProfileSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
         0: .line 207
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 208
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 211
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 214
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 217
            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 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.listByProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 220
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$5.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 219
            areturn
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        profileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final

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

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner get(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 252
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.AFDDomainInner
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 266
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> getAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 279
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$7.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 297
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 298
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 300
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 301
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 303
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 304
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 307
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 310
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 313
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$8.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 312
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        profileName  Ljava/lang/String;
            0   13     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> 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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 327
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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 328
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$9.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 329
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 330
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 327
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.AfdErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner create(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
         0: .line 346
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.AFDDomainInner
            areturn
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> createAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 361
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> createAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
         0: .line 375
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$10.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
         0: .line 394
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 395
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 397
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 398
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 400
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 401
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 404
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 406
      StackMap locals:
      StackMap stack:
            aload 4 /* customDomain */
            ifnonnull 10
         9: .line 407
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomain is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 410
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 412
      StackMap locals:
      StackMap stack:
            aload 4 /* customDomain */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 413
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* customDomain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        14: .line 414
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$11.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$11.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        profileName  Ljava/lang/String;
            0   15     3   customDomainName  Ljava/lang/String;
            0   15     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
           14   15     5         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner beginCreate(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
         0: .line 430
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)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.cdn.implementation.AFDDomainInner
            areturn
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginCreateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 445
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginCreateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
         0: .line 459
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$12.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.AFDDomainInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
         0: .line 478
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 479
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 481
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 482
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 484
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 485
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 488
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 490
      StackMap locals:
      StackMap stack:
            aload 4 /* customDomain */
            ifnonnull 10
         9: .line 491
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomain is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 494
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 496
      StackMap locals:
      StackMap stack:
            aload 4 /* customDomain */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 497
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* customDomain */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 498
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$13.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 497
            areturn
        end local 4 // com.microsoft.azure.management.cdn.implementation.AFDDomainInner customDomain
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   16     1  resourceGroupName  Ljava/lang/String;
            0   16     2        profileName  Ljava/lang/String;
            0   16     3   customDomainName  Ljava/lang/String;
            0   16     4       customDomain  Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      customDomain       

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginCreateDelegate(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 512
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 513
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$14.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 514
            sipush 201
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$15.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 515
            sipush 202
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$16.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 516
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 517
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 512
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.AfdErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner update(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 532
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.AFDDomainInner
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 546
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 577
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 578
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 580
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 581
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 583
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 584
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 587
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 590
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 594
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.cdn.AFDDomainUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.<init>:()V
            astore 4 /* customDomainUpdateProperties */
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        11: .line 595
            aload 4 /* customDomainUpdateProperties */
            aconst_null
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withTlsSettings:(Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        12: .line 596
            aload 4 /* customDomainUpdateProperties */
            aconst_null
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withAzureDnsZone:(Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        13: .line 597
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* customDomainUpdateProperties */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        14: .line 598
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$18.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$18.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   15     0                          this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   15     1             resourceGroupName  Ljava/lang/String;
            0   15     2                   profileName  Ljava/lang/String;
            0   15     3              customDomainName  Ljava/lang/String;
           11   15     4  customDomainUpdateProperties  Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
           14   15     5                    observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner update(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 614
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* tlsSettings */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.AFDDomainInner
            areturn
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4        tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0    1     5       azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 630
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* tlsSettings */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4        tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0    1     5       azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
            0    1     6    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 645
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* tlsSettings */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$19.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4        tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0    1     5       azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 665
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 666
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 668
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 669
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 671
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 672
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 675
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 678
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 680
      StackMap locals:
      StackMap stack:
            aload 4 /* tlsSettings */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 681
            aload 5 /* azureDnsZone */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        12: .line 682
            new com.microsoft.azure.management.cdn.AFDDomainUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.<init>:()V
            astore 6 /* customDomainUpdateProperties */
        start local 6 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        13: .line 683
            aload 6 /* customDomainUpdateProperties */
            aload 4 /* tlsSettings */
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withTlsSettings:(Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        14: .line 684
            aload 6 /* customDomainUpdateProperties */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withAzureDnsZone:(Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        15: .line 685
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 6 /* customDomainUpdateProperties */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;Ljava/lang/String;)Lrx/Observable;
            astore 7 /* observable */
        start local 7 // rx.Observable observable
        16: .line 686
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 7 /* observable */
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$20.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$20.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 7 // rx.Observable observable
        end local 6 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   17     0                          this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   17     1             resourceGroupName  Ljava/lang/String;
            0   17     2                   profileName  Ljava/lang/String;
            0   17     3              customDomainName  Ljava/lang/String;
            0   17     4                   tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0   17     5                  azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
           13   17     6  customDomainUpdateProperties  Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
           16   17     7                    observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner beginUpdate(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 701
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.AFDDomainInner
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 715
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 728
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$21.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 746
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 747
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 749
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 750
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 752
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 753
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 756
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 759
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 763
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.cdn.AFDDomainUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.<init>:()V
            astore 4 /* customDomainUpdateProperties */
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        11: .line 764
            aload 4 /* customDomainUpdateProperties */
            aconst_null
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withTlsSettings:(Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        12: .line 765
            aload 4 /* customDomainUpdateProperties */
            aconst_null
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withAzureDnsZone:(Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        13: .line 766
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* customDomainUpdateProperties */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;Ljava/lang/String;)Lrx/Observable;
        14: .line 767
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$22.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 766
            areturn
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   16     0                          this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   16     1             resourceGroupName  Ljava/lang/String;
            0   16     2                   profileName  Ljava/lang/String;
            0   16     3              customDomainName  Ljava/lang/String;
           11   16     4  customDomainUpdateProperties  Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.azure.management.cdn.implementation.AFDDomainInner beginUpdate(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 794
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* tlsSettings */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)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.cdn.implementation.AFDDomainInner
            areturn
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4        tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0    1     5       azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 810
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* tlsSettings */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4        tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0    1     5       azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
            0    1     6    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 825
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 4 /* tlsSettings */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$23.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4        tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0    1     5       azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.AFDDomainHttpsParameters, com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        start local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
         0: .line 845
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 846
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 848
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 849
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 851
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 852
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 855
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 858
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 860
      StackMap locals:
      StackMap stack:
            aload 4 /* tlsSettings */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 861
            aload 5 /* azureDnsZone */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        12: .line 862
            new com.microsoft.azure.management.cdn.AFDDomainUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.<init>:()V
            astore 6 /* customDomainUpdateProperties */
        start local 6 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        13: .line 863
            aload 6 /* customDomainUpdateProperties */
            aload 4 /* tlsSettings */
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withTlsSettings:(Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        14: .line 864
            aload 6 /* customDomainUpdateProperties */
            aload 5 /* azureDnsZone */
            invokevirtual com.microsoft.azure.management.cdn.AFDDomainUpdateParameters.withAzureDnsZone:(Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
            pop
        15: .line 865
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 6 /* customDomainUpdateProperties */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;Ljava/lang/String;)Lrx/Observable;
        16: .line 866
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$24.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 865
            areturn
        end local 6 // com.microsoft.azure.management.cdn.AFDDomainUpdateParameters customDomainUpdateProperties
        end local 5 // com.microsoft.azure.management.cdn.ResourceReference azureDnsZone
        end local 4 // com.microsoft.azure.management.cdn.AFDDomainHttpsParameters tlsSettings
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   18     0                          this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   18     1             resourceGroupName  Ljava/lang/String;
            0   18     2                   profileName  Ljava/lang/String;
            0   18     3              customDomainName  Ljava/lang/String;
            0   18     4                   tlsSettings  Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;
            0   18     5                  azureDnsZone  Lcom/microsoft/azure/management/cdn/ResourceReference;
           13   18     6  customDomainUpdateProperties  Lcom/microsoft/azure/management/cdn/AFDDomainUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/AFDDomainHttpsParameters;Lcom/microsoft/azure/management/cdn/ResourceReference;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      tlsSettings        
      azureDnsZone       

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> beginUpdateDelegate(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 880
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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 881
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$25.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$25.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 882
            sipush 202
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$26.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$26.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 883
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 884
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 880
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.AfdErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 943
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 944
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 946
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 947
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 949
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 950
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 953
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 956
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        11: .line 959
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$28.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$28.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        profileName  Ljava/lang/String;
            0   12     3   customDomainName  Ljava/lang/String;
           11   12     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

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

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

  public rx.Observable<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1000
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$29.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1018
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1019
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1021
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 1022
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1024
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 1025
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1028
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1031
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1034
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$30.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1033
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        profileName  Ljava/lang/String;
            0   13     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1048
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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 1049
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$31.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1050
            sipush 202
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$32.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1051
            sipush 204
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$33.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$33.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1052
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 1053
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 1048
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.AfdErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.cdn.implementation.ValidationTokenInner refreshValidationToken(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1068
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.refreshValidationTokenWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ValidationTokenInner
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner> refreshValidationTokenAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1082
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.refreshValidationTokenWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner> refreshValidationTokenAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1095
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.refreshValidationTokenWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$34.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner>> refreshValidationTokenWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1113
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1114
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1116
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 1117
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1119
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 1120
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1123
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1126
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.refreshValidationToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        11: .line 1129
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.LongRunningOperationOptions
            dup
            invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
            getstatic com.microsoft.azure.LongRunningFinalState.AZURE_ASYNC_OPERATION:Lcom/microsoft/azure/LongRunningFinalState;
            invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$35.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$35.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        profileName  Ljava/lang/String;
            0   12     3   customDomainName  Ljava/lang/String;
           11   12     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.azure.management.cdn.implementation.ValidationTokenInner beginRefreshValidationToken(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1144
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginRefreshValidationTokenWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ValidationTokenInner
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner> beginRefreshValidationTokenAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1158
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginRefreshValidationTokenWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner> beginRefreshValidationTokenAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1171
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.beginRefreshValidationTokenWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$36.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner>> beginRefreshValidationTokenWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String customDomainName
         0: .line 1189
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1190
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1192
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 1193
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter profileName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1195
      StackMap locals:
      StackMap stack:
            aload 3 /* customDomainName */
            ifnonnull 6
         5: .line 1196
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter customDomainName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1199
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1202
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* customDomainName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.beginRefreshValidationToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1205
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$37.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1204
            areturn
        end local 3 // java.lang.String customDomainName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        profileName  Ljava/lang/String;
            0   13     3   customDomainName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      customDomainName   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.ValidationTokenInner> beginRefreshValidationTokenDelegate(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1219
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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 1220
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$38.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$38.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1221
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1222
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1219
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.AfdErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/ValidationTokenInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.cdn.implementation.AFDDomainInner> listByProfileNext(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1235
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.listByProfileNextSinglePageAsync:(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 1236
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$39
            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.cdn.implementation.AFDCustomDomainsInner$39.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;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.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> listByProfileNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>);
    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.cdn.implementation.AFDCustomDomainsInner 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 1255
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.listByProfileNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1256
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$40.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
         2: .line 1262
            aload 3 /* serviceCallback */
         3: .line 1254
            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.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>>> listByProfileNextSinglePageAsync(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1311
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1312
            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 1314
      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 1315
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.service:Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner$AFDCustomDomainsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService.listByProfileNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1316
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$43.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1315
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            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/cdn/implementation/AFDDomainInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.PageImpl<com.microsoft.azure.management.cdn.implementation.AFDDomainInner>> listByProfileNextDelegate(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.cdn.implementation.AFDCustomDomainsInner this
        start local 1 // retrofit2.Response response
         0: .line 1330
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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.cdn.implementation.AFDCustomDomainsInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.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 1331
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$44.<init>:(Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$44.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1332
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1333
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1330
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/AFDCustomDomainsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.AfdErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/PageImpl<Lcom/microsoft/azure/management/cdn/implementation/AFDDomainInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "AFDCustomDomainsInner.java"
NestMembers:
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$1  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$10  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$11  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$12  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$13  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$14  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$15  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$16  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$17  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$18  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$19  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$2  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$20  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$21  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$22  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$23  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$24  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$25  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$26  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$27  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$28  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$29  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$3  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$30  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$31  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$32  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$33  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$34  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$35  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$36  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$37  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$38  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$39  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$4  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$40  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$41  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$42  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$43  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$44  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$5  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$6  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$7  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$8  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$9  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService
InnerClasses:
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$1
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$10
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$11
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$12
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$13
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$14
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$15
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$16
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$17
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$18
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$19
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$2
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$20
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$21
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$22
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$23
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$24
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$25
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$26
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$27
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$28
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$29
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$3
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$30
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$31
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$32
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$33
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$34
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$35
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$36
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$37
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$38
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$39
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$4
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$40
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$41
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$42
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$43
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$44
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$5
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$6
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$7
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$8
  com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$9
  abstract AFDCustomDomainsService = com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner$AFDCustomDomainsService of com.microsoft.azure.management.cdn.implementation.AFDCustomDomainsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder