public class com.microsoft.azure.management.cdn.implementation.RoutesInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.RoutesInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.cdn.implementation.RoutesInner$RoutesService service;
    descriptor: Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
    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.RoutesInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl client
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.RoutesInner$RoutesService
            putfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
         2: .line 58
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
         3: .line 59
            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.RoutesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            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.RouteInner> listByEndpoint(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
         0: .line 116
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.listByEndpointSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 117
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$1
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$1.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        profileName  Ljava/lang/String;
            0    2     3       endpointName  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final
      endpointName       final

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

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.RouteInner>> listByEndpointAsync(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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
         0: .line 157
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.listByEndpointWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 158
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$3.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 157
            areturn
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        profileName  Ljava/lang/String;
            0    3     3       endpointName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final
      endpointName       final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.RouteInner>>> listByEndpointWithServiceResponseAsync(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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
         0: .line 176
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.listByEndpointSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 177
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$4.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 176
            areturn
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        profileName  Ljava/lang/String;
            0    3     3       endpointName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final
      endpointName       final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.RouteInner>>> listByEndpointSinglePageAsync(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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
         0: .line 199
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 200
            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 202
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 203
            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 205
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 206
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 209
            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 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 212
            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 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.listByEndpoint:(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 215
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$5.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 214
            areturn
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2        profileName  Ljava/lang/String;
            0   13     3       endpointName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      profileName        final
      endpointName       final

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.RouteInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
         0: .line 296
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 297
            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 299
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 300
            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 302
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 303
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 305
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 306
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 309
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 312
            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 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 315
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$8.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 314
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        profileName  Ljava/lang/String;
            0   15     3       endpointName  Ljava/lang/String;
            0   15     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner create(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.RouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
         0: .line 349
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)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.RouteInner
            areturn
        end local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3       endpointName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          
      route              

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.RouteInner> createAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.RouteInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.RouteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 365
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)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.implementation.RouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3       endpointName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    1     6    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          
      route              
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.RouteInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.RouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
         0: .line 400
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 401
            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 403
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 404
            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 406
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 407
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 409
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 410
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 413
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 415
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            ifnonnull 12
        11: .line 416
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter route is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 419
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 421
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 422
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* route */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        16: .line 423
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$11.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$11.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   17     1  resourceGroupName  Ljava/lang/String;
            0   17     2        profileName  Ljava/lang/String;
            0   17     3       endpointName  Ljava/lang/String;
            0   17     4          routeName  Ljava/lang/String;
            0   17     5              route  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
           16   17     6         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          
      route              

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.RouteInner> beginCreateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.RouteInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.RouteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 456
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 5 /* route */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)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.implementation.RouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3       endpointName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5              route  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    1     6    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          
      route              
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.RouteInner>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.RouteInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
         0: .line 491
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 492
            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 494
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 495
            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 497
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 498
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 500
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 501
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 504
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 506
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            ifnonnull 12
        11: .line 507
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter route is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 510
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 512
      StackMap locals:
      StackMap stack:
            aload 5 /* route */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 513
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* route */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 514
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$13.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 513
            areturn
        end local 5 // com.microsoft.azure.management.cdn.implementation.RouteInner route
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   18     1  resourceGroupName  Ljava/lang/String;
            0   18     2        profileName  Ljava/lang/String;
            0   18     3       endpointName  Ljava/lang/String;
            0   18     4          routeName  Ljava/lang/String;
            0   18     5              route  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/RouteInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          
      route              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.RouteInner> 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.RoutesInner this
        start local 1 // retrofit2.Response response
         0: .line 528
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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 529
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$14.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 530
            sipush 201
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$15.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 531
            sipush 202
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$16.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 532
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 533
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 528
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            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/RouteInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.cdn.implementation.RouteInner update(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.RouteUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
         0: .line 550
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 5 /* routeUpdateProperties */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)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.RouteInner
            areturn
        end local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2            profileName  Ljava/lang/String;
            0    1     3           endpointName  Ljava/lang/String;
            0    1     4              routeName  Ljava/lang/String;
            0    1     5  routeUpdateProperties  Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      profileName            
      endpointName           
      routeName              
      routeUpdateProperties  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.RouteInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.RouteUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.RouteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 566
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 5 /* routeUpdateProperties */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)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.RouteUpdateParameters routeUpdateProperties
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2            profileName  Ljava/lang/String;
            0    1     3           endpointName  Ljava/lang/String;
            0    1     4              routeName  Ljava/lang/String;
            0    1     5  routeUpdateProperties  Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;
            0    1     6        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      profileName            
      endpointName           
      routeName              
      routeUpdateProperties  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.RouteInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.RouteUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
         0: .line 601
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 602
            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 604
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 605
            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 607
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 608
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 610
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 611
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 614
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 616
      StackMap locals:
      StackMap stack:
            aload 5 /* routeUpdateProperties */
            ifnonnull 12
        11: .line 617
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeUpdateProperties is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 620
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 622
      StackMap locals:
      StackMap stack:
            aload 5 /* routeUpdateProperties */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 623
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* routeUpdateProperties */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        16: .line 624
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$18.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$18.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   17     0                   this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   17     1      resourceGroupName  Ljava/lang/String;
            0   17     2            profileName  Ljava/lang/String;
            0   17     3           endpointName  Ljava/lang/String;
            0   17     4              routeName  Ljava/lang/String;
            0   17     5  routeUpdateProperties  Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;
           16   17     6             observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      profileName            
      endpointName           
      routeName              
      routeUpdateProperties  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.implementation.RouteInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.RouteUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.implementation.RouteInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;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.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 657
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 5 /* routeUpdateProperties */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)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.RouteUpdateParameters routeUpdateProperties
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2            profileName  Ljava/lang/String;
            0    1     3           endpointName  Ljava/lang/String;
            0    1     4              routeName  Ljava/lang/String;
            0    1     5  routeUpdateProperties  Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;
            0    1     6        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      profileName            
      endpointName           
      routeName              
      routeUpdateProperties  
      serviceCallback        final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.RouteInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.RouteUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
         0: .line 692
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 693
            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 695
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 696
            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 698
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 699
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 701
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 702
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 705
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 707
      StackMap locals:
      StackMap stack:
            aload 5 /* routeUpdateProperties */
            ifnonnull 12
        11: .line 708
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeUpdateProperties is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 711
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 713
      StackMap locals:
      StackMap stack:
            aload 5 /* routeUpdateProperties */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 714
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* routeUpdateProperties */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 715
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$20.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 714
            areturn
        end local 5 // com.microsoft.azure.management.cdn.RouteUpdateParameters routeUpdateProperties
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   18     0                   this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   18     1      resourceGroupName  Ljava/lang/String;
            0   18     2            profileName  Ljava/lang/String;
            0   18     3           endpointName  Ljava/lang/String;
            0   18     4              routeName  Ljava/lang/String;
            0   18     5  routeUpdateProperties  Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/RouteUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      profileName            
      endpointName           
      routeName              
      routeUpdateProperties  

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

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

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, 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;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 763
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3       endpointName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;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        
      endpointName       
      routeName          
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
         0: .line 796
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 797
            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 799
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 800
            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 802
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 803
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 805
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 806
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 809
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 812
            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 814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        13: .line 815
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$24.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$24.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2        profileName  Ljava/lang/String;
            0   14     3       endpointName  Ljava/lang/String;
            0   14     4          routeName  Ljava/lang/String;
           13   14     5         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          

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

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, 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;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 845
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2        profileName  Ljava/lang/String;
            0    1     3       endpointName  Ljava/lang/String;
            0    1     4          routeName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;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        
      endpointName       
      routeName          
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String profileName
        start local 3 // java.lang.String endpointName
        start local 4 // java.lang.String routeName
         0: .line 878
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 879
            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 881
      StackMap locals:
      StackMap stack:
            aload 2 /* profileName */
            ifnonnull 4
         3: .line 882
            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 884
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointName */
            ifnonnull 6
         5: .line 885
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter endpointName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 887
      StackMap locals:
      StackMap stack:
            aload 4 /* routeName */
            ifnonnull 8
         7: .line 888
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter routeName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 891
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 894
            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 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 1 /* resourceGroupName */
            aload 2 /* profileName */
            aload 3 /* endpointName */
            aload 4 /* routeName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 897
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$26.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 896
            areturn
        end local 4 // java.lang.String routeName
        end local 3 // java.lang.String endpointName
        end local 2 // java.lang.String profileName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2        profileName  Ljava/lang/String;
            0   15     3       endpointName  Ljava/lang/String;
            0   15     4          routeName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      profileName        
      endpointName       
      routeName          

  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.RoutesInner this
        start local 1 // retrofit2.Response response
         0: .line 911
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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 912
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$27.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 913
            sipush 202
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$28.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 914
            sipush 204
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$29.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$29.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 915
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 916
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 911
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            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.PagedList<com.microsoft.azure.management.cdn.implementation.RouteInner> listByEndpointNext(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.RoutesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 929
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.listByEndpointNextSinglePageAsync:(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 930
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$30
            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.RoutesInner$30.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;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.RoutesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            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/RouteInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.RouteInner>> listByEndpointNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.RouteInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.cdn.implementation.RouteInner>);
    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.RoutesInner 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 949
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner.listByEndpointNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 950
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$31.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
         2: .line 956
            aload 3 /* serviceCallback */
         3: .line 948
            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.RoutesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/RouteInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.RouteInner>>> listByEndpointNextSinglePageAsync(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.RoutesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1005
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1006
            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 1008
      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 1009
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.service:Lcom/microsoft/azure/management/cdn/implementation/RoutesInner$RoutesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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.RoutesInner$RoutesService.listByEndpointNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1010
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$34.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1009
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            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/RouteInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.PageImpl<com.microsoft.azure.management.cdn.implementation.RouteInner>> listByEndpointNextDelegate(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.RoutesInner this
        start local 1 // retrofit2.Response response
         0: .line 1024
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RoutesInner.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.RoutesInner.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 1025
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.RoutesInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.RoutesInner$35.<init>:(Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.RoutesInner$35.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1026
            ldc Lcom/microsoft/azure/management/cdn/AfdErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1027
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1024
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.RoutesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/RoutesInner;
            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/RouteInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "RoutesInner.java"
NestMembers:
  com.microsoft.azure.management.cdn.implementation.RoutesInner$1  com.microsoft.azure.management.cdn.implementation.RoutesInner$10  com.microsoft.azure.management.cdn.implementation.RoutesInner$11  com.microsoft.azure.management.cdn.implementation.RoutesInner$12  com.microsoft.azure.management.cdn.implementation.RoutesInner$13  com.microsoft.azure.management.cdn.implementation.RoutesInner$14  com.microsoft.azure.management.cdn.implementation.RoutesInner$15  com.microsoft.azure.management.cdn.implementation.RoutesInner$16  com.microsoft.azure.management.cdn.implementation.RoutesInner$17  com.microsoft.azure.management.cdn.implementation.RoutesInner$18  com.microsoft.azure.management.cdn.implementation.RoutesInner$19  com.microsoft.azure.management.cdn.implementation.RoutesInner$2  com.microsoft.azure.management.cdn.implementation.RoutesInner$20  com.microsoft.azure.management.cdn.implementation.RoutesInner$21  com.microsoft.azure.management.cdn.implementation.RoutesInner$22  com.microsoft.azure.management.cdn.implementation.RoutesInner$23  com.microsoft.azure.management.cdn.implementation.RoutesInner$24  com.microsoft.azure.management.cdn.implementation.RoutesInner$25  com.microsoft.azure.management.cdn.implementation.RoutesInner$26  com.microsoft.azure.management.cdn.implementation.RoutesInner$27  com.microsoft.azure.management.cdn.implementation.RoutesInner$28  com.microsoft.azure.management.cdn.implementation.RoutesInner$29  com.microsoft.azure.management.cdn.implementation.RoutesInner$3  com.microsoft.azure.management.cdn.implementation.RoutesInner$30  com.microsoft.azure.management.cdn.implementation.RoutesInner$31  com.microsoft.azure.management.cdn.implementation.RoutesInner$32  com.microsoft.azure.management.cdn.implementation.RoutesInner$33  com.microsoft.azure.management.cdn.implementation.RoutesInner$34  com.microsoft.azure.management.cdn.implementation.RoutesInner$35  com.microsoft.azure.management.cdn.implementation.RoutesInner$4  com.microsoft.azure.management.cdn.implementation.RoutesInner$5  com.microsoft.azure.management.cdn.implementation.RoutesInner$6  com.microsoft.azure.management.cdn.implementation.RoutesInner$7  com.microsoft.azure.management.cdn.implementation.RoutesInner$8  com.microsoft.azure.management.cdn.implementation.RoutesInner$9  com.microsoft.azure.management.cdn.implementation.RoutesInner$RoutesService
InnerClasses:
  com.microsoft.azure.management.cdn.implementation.RoutesInner$1
  com.microsoft.azure.management.cdn.implementation.RoutesInner$10
  com.microsoft.azure.management.cdn.implementation.RoutesInner$11
  com.microsoft.azure.management.cdn.implementation.RoutesInner$12
  com.microsoft.azure.management.cdn.implementation.RoutesInner$13
  com.microsoft.azure.management.cdn.implementation.RoutesInner$14
  com.microsoft.azure.management.cdn.implementation.RoutesInner$15
  com.microsoft.azure.management.cdn.implementation.RoutesInner$16
  com.microsoft.azure.management.cdn.implementation.RoutesInner$17
  com.microsoft.azure.management.cdn.implementation.RoutesInner$18
  com.microsoft.azure.management.cdn.implementation.RoutesInner$19
  com.microsoft.azure.management.cdn.implementation.RoutesInner$2
  com.microsoft.azure.management.cdn.implementation.RoutesInner$20
  com.microsoft.azure.management.cdn.implementation.RoutesInner$21
  com.microsoft.azure.management.cdn.implementation.RoutesInner$22
  com.microsoft.azure.management.cdn.implementation.RoutesInner$23
  com.microsoft.azure.management.cdn.implementation.RoutesInner$24
  com.microsoft.azure.management.cdn.implementation.RoutesInner$25
  com.microsoft.azure.management.cdn.implementation.RoutesInner$26
  com.microsoft.azure.management.cdn.implementation.RoutesInner$27
  com.microsoft.azure.management.cdn.implementation.RoutesInner$28
  com.microsoft.azure.management.cdn.implementation.RoutesInner$29
  com.microsoft.azure.management.cdn.implementation.RoutesInner$3
  com.microsoft.azure.management.cdn.implementation.RoutesInner$30
  com.microsoft.azure.management.cdn.implementation.RoutesInner$31
  com.microsoft.azure.management.cdn.implementation.RoutesInner$32
  com.microsoft.azure.management.cdn.implementation.RoutesInner$33
  com.microsoft.azure.management.cdn.implementation.RoutesInner$34
  com.microsoft.azure.management.cdn.implementation.RoutesInner$35
  com.microsoft.azure.management.cdn.implementation.RoutesInner$4
  com.microsoft.azure.management.cdn.implementation.RoutesInner$5
  com.microsoft.azure.management.cdn.implementation.RoutesInner$6
  com.microsoft.azure.management.cdn.implementation.RoutesInner$7
  com.microsoft.azure.management.cdn.implementation.RoutesInner$8
  com.microsoft.azure.management.cdn.implementation.RoutesInner$9
  abstract RoutesService = com.microsoft.azure.management.cdn.implementation.RoutesInner$RoutesService of com.microsoft.azure.management.cdn.implementation.RoutesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder