public class com.microsoft.azure.management.cdn.implementation.PoliciesInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.PoliciesInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.cdn.implementation.PoliciesInner$PoliciesService service;
    descriptor: Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
    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.PoliciesInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl client
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.PoliciesInner$PoliciesService
            putfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
         2: .line 62
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
         3: .line 63
            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.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            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.CdnWebApplicationFirewallPolicyInner> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 114
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 115
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$1
            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.PoliciesInner$1.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 189
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 190
            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 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 193
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 196
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.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.PoliciesInner.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.PoliciesInner$PoliciesService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 199
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$5.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 198
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.PageImpl<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // retrofit2.Response response
         0: .line 213
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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 214
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$6.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 215
            ldc Lcom/microsoft/azure/management/cdn/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 216
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 213
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.ErrorResponseException, 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/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
         0: .line 272
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 273
            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 275
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 276
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 279
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 282
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.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.PoliciesInner.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.PoliciesInner$PoliciesService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 285
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$8.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 284
            areturn
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2         policyName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // retrofit2.Response response
         0: .line 299
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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 300
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$9.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 301
            ldc Lcom/microsoft/azure/management/cdn/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 302
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 299
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
        start local 3 // com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner cdnWebApplicationFirewallPolicy
         0: .line 317
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 3 /* cdnWebApplicationFirewallPolicy */
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;)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.CdnWebApplicationFirewallPolicyInner
            areturn
        end local 3 // com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner cdnWebApplicationFirewallPolicy
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    1     0                             this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    1     1                resourceGroupName  Ljava/lang/String;
            0    1     2                       policyName  Ljava/lang/String;
            0    1     3  cdnWebApplicationFirewallPolicy  Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
    MethodParameters:
                                 Name  Flags
      resourceGroupName                
      policyName                       
      cdnWebApplicationFirewallPolicy  

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
        start local 3 // com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner cdnWebApplicationFirewallPolicy
         0: .line 362
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 363
            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 365
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 366
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 369
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 372
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 374
      StackMap locals:
      StackMap stack:
            aload 3 /* cdnWebApplicationFirewallPolicy */
            ifnonnull 10
         9: .line 375
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter cdnWebApplicationFirewallPolicy is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 377
      StackMap locals:
      StackMap stack:
            aload 3 /* cdnWebApplicationFirewallPolicy */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 378
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* cdnWebApplicationFirewallPolicy */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner$PoliciesService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 379
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$11.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$11.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner cdnWebApplicationFirewallPolicy
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   13     0                             this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   13     1                resourceGroupName  Ljava/lang/String;
            0   13     2                       policyName  Ljava/lang/String;
            0   13     3  cdnWebApplicationFirewallPolicy  Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
           12   13     4                       observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                                 Name  Flags
      resourceGroupName                
      policyName                       
      cdnWebApplicationFirewallPolicy  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
        start local 3 // com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner cdnWebApplicationFirewallPolicy
         0: .line 439
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 440
            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 442
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 443
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 446
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 449
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 451
      StackMap locals:
      StackMap stack:
            aload 3 /* cdnWebApplicationFirewallPolicy */
            ifnonnull 10
         9: .line 452
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter cdnWebApplicationFirewallPolicy is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 454
      StackMap locals:
      StackMap stack:
            aload 3 /* cdnWebApplicationFirewallPolicy */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 455
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* cdnWebApplicationFirewallPolicy */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner$PoliciesService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 456
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$13.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 455
            areturn
        end local 3 // com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner cdnWebApplicationFirewallPolicy
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   14     0                             this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   14     1                resourceGroupName  Ljava/lang/String;
            0   14     2                       policyName  Ljava/lang/String;
            0   14     3  cdnWebApplicationFirewallPolicy  Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                                 Name  Flags
      resourceGroupName                
      policyName                       
      cdnWebApplicationFirewallPolicy  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner> beginCreateOrUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // retrofit2.Response response
         0: .line 470
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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 471
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$14.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 472
            sipush 201
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$15.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 473
            sipush 202
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$16.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 474
            ldc Lcom/microsoft/azure/management/cdn/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 475
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 470
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.ErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
         0: .line 531
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 532
            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 534
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 535
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 538
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 541
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 544
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.<init>:()V
            astore 3 /* cdnWebApplicationFirewallPolicyPatchParameters */
        start local 3 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
         9: .line 545
            aload 3 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
            pop
        10: .line 546
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner$PoliciesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        11: .line 547
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$18.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$18.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                                            Name  Signature
            0   12     0                                            this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   12     1                               resourceGroupName  Ljava/lang/String;
            0   12     2                                      policyName  Ljava/lang/String;
            9   12     3  cdnWebApplicationFirewallPolicyPatchParameters  Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
           11   12     4                                      observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
        start local 3 // java.util.Map tags
         0: .line 606
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 607
            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 609
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 610
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 613
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 616
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 618
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 619
            new com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.<init>:()V
            astore 4 /* cdnWebApplicationFirewallPolicyPatchParameters */
        start local 4 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
        10: .line 620
            aload 4 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
            pop
        11: .line 621
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner$PoliciesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        12: .line 622
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$20.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$20.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                                            Name  Signature
            0   13     0                                            this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   13     1                               resourceGroupName  Ljava/lang/String;
            0   13     2                                      policyName  Ljava/lang/String;
            0   13     3                                            tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           10   13     4  cdnWebApplicationFirewallPolicyPatchParameters  Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
           12   13     5                                      observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         
      tags               

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
         0: .line 678
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 679
            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 681
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 682
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 685
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 688
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 691
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.<init>:()V
            astore 3 /* cdnWebApplicationFirewallPolicyPatchParameters */
        start local 3 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
         9: .line 692
            aload 3 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
            pop
        10: .line 693
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner$PoliciesService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;Ljava/lang/String;)Lrx/Observable;
        11: .line 694
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$22.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 693
            areturn
        end local 3 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                                            Name  Signature
            0   13     0                                            this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   13     1                               resourceGroupName  Ljava/lang/String;
            0   13     2                                      policyName  Ljava/lang/String;
            9   13     3  cdnWebApplicationFirewallPolicyPatchParameters  Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         

  public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner beginUpdate(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
        start local 3 // java.util.Map tags
         0: .line 719
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)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.CdnWebApplicationFirewallPolicyInner
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         policyName  Ljava/lang/String;
            0    1     3               tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         
      tags               

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
        start local 3 // java.util.Map tags
         0: .line 764
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 765
            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 767
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 768
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 771
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 774
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 776
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 777
            new com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters
            dup
            invokespecial com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.<init>:()V
            astore 4 /* cdnWebApplicationFirewallPolicyPatchParameters */
        start local 4 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
        10: .line 778
            aload 4 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
            pop
        11: .line 779
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* cdnWebApplicationFirewallPolicyPatchParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner$PoliciesService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;Ljava/lang/String;)Lrx/Observable;
        12: .line 780
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$24.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 779
            areturn
        end local 4 // com.microsoft.azure.management.cdn.CdnWebApplicationFirewallPolicyPatchParameters cdnWebApplicationFirewallPolicyPatchParameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot                                            Name  Signature
            0   14     0                                            this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   14     1                               resourceGroupName  Ljava/lang/String;
            0   14     2                                      policyName  Ljava/lang/String;
            0   14     3                                            tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           10   14     4  cdnWebApplicationFirewallPolicyPatchParameters  Lcom/microsoft/azure/management/cdn/CdnWebApplicationFirewallPolicyPatchParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         
      tags               

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

  public void delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
         0: .line 811
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner.deleteWithServiceResponseAsync:(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 812
            return
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2         policyName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String policyName
         0: .line 853
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 854
            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 856
      StackMap locals:
      StackMap stack:
            aload 2 /* policyName */
            ifnonnull 4
         3: .line 857
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter policyName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 860
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 863
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 1 /* resourceGroupName */
            aload 2 /* policyName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner.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.PoliciesInner.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.PoliciesInner$PoliciesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         9: .line 866
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.client:Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$28.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$28.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String policyName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            0   10     2         policyName  Ljava/lang/String;
            9   10     3         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      policyName         

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>);
    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.PoliciesInner 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 899
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 900
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$30.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
         2: .line 906
            aload 3 /* serviceCallback */
         3: .line 898
            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.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 955
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 956
            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 958
      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 959
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.service:Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner$PoliciesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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.PoliciesInner$PoliciesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 960
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$33.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 959
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            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/CdnWebApplicationFirewallPolicyInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.cdn.implementation.PageImpl<com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
        start local 1 // retrofit2.Response response
         0: .line 974
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.PoliciesInner.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.PoliciesInner.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 975
            sipush 200
            new com.microsoft.azure.management.cdn.implementation.PoliciesInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.PoliciesInner$34.<init>:(Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner$34.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 976
            ldc Lcom/microsoft/azure/management/cdn/ErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 977
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 974
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.cdn.implementation.PoliciesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/cdn/implementation/PoliciesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.cdn.ErrorResponseException, 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/CdnWebApplicationFirewallPolicyInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.cdn.implementation.PoliciesInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;
SourceFile: "PoliciesInner.java"
NestMembers:
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$1  com.microsoft.azure.management.cdn.implementation.PoliciesInner$10  com.microsoft.azure.management.cdn.implementation.PoliciesInner$11  com.microsoft.azure.management.cdn.implementation.PoliciesInner$12  com.microsoft.azure.management.cdn.implementation.PoliciesInner$13  com.microsoft.azure.management.cdn.implementation.PoliciesInner$14  com.microsoft.azure.management.cdn.implementation.PoliciesInner$15  com.microsoft.azure.management.cdn.implementation.PoliciesInner$16  com.microsoft.azure.management.cdn.implementation.PoliciesInner$17  com.microsoft.azure.management.cdn.implementation.PoliciesInner$18  com.microsoft.azure.management.cdn.implementation.PoliciesInner$19  com.microsoft.azure.management.cdn.implementation.PoliciesInner$2  com.microsoft.azure.management.cdn.implementation.PoliciesInner$20  com.microsoft.azure.management.cdn.implementation.PoliciesInner$21  com.microsoft.azure.management.cdn.implementation.PoliciesInner$22  com.microsoft.azure.management.cdn.implementation.PoliciesInner$23  com.microsoft.azure.management.cdn.implementation.PoliciesInner$24  com.microsoft.azure.management.cdn.implementation.PoliciesInner$25  com.microsoft.azure.management.cdn.implementation.PoliciesInner$26  com.microsoft.azure.management.cdn.implementation.PoliciesInner$27  com.microsoft.azure.management.cdn.implementation.PoliciesInner$28  com.microsoft.azure.management.cdn.implementation.PoliciesInner$29  com.microsoft.azure.management.cdn.implementation.PoliciesInner$3  com.microsoft.azure.management.cdn.implementation.PoliciesInner$30  com.microsoft.azure.management.cdn.implementation.PoliciesInner$31  com.microsoft.azure.management.cdn.implementation.PoliciesInner$32  com.microsoft.azure.management.cdn.implementation.PoliciesInner$33  com.microsoft.azure.management.cdn.implementation.PoliciesInner$34  com.microsoft.azure.management.cdn.implementation.PoliciesInner$4  com.microsoft.azure.management.cdn.implementation.PoliciesInner$5  com.microsoft.azure.management.cdn.implementation.PoliciesInner$6  com.microsoft.azure.management.cdn.implementation.PoliciesInner$7  com.microsoft.azure.management.cdn.implementation.PoliciesInner$8  com.microsoft.azure.management.cdn.implementation.PoliciesInner$9  com.microsoft.azure.management.cdn.implementation.PoliciesInner$PoliciesService
InnerClasses:
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$1
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$10
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$11
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$12
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$13
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$14
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$15
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$16
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$17
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$18
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$19
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$2
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$20
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$21
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$22
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$23
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$24
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$25
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$26
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$27
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$28
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$29
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$3
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$30
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$31
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$32
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$33
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$34
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$4
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$5
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$6
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$7
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$8
  com.microsoft.azure.management.cdn.implementation.PoliciesInner$9
  abstract PoliciesService = com.microsoft.azure.management.cdn.implementation.PoliciesInner$PoliciesService of com.microsoft.azure.management.cdn.implementation.PoliciesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder