final class com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl<com.microsoft.azure.management.resources.PolicyDefinition, com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl, com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner> implements com.microsoft.azure.management.resources.PolicyDefinitions
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl
{
  private final com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner client;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner innerClient
         0: .line 31
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* innerClient */
            putfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
         2: .line 33
            return
        end local 1 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner innerClient
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
            0    3     1  innerClient  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
    MethodParameters:
             Name  Flags
      innerClient  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.PolicyDefinition> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
         0: .line 37
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner.list:()Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/PolicyDefinition;>;

  public com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
        start local 1 // java.lang.String name
         0: .line 42
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner.get:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.wrapModel:(Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public rx.Completable deleteByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
        start local 1 // java.lang.String name
         0: .line 47
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner.deleteAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
        start local 1 // java.lang.String name
         0: .line 52
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
        start local 1 // java.lang.String name
         0: .line 57
            new com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl
            dup
         1: .line 58
            aload 1 /* name */
         2: .line 59
            new com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner
            dup
            invokespecial com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.<init>:()V
            getstatic com.microsoft.azure.management.resources.PolicyType.NOT_SPECIFIED:Lcom/microsoft/azure/management/resources/PolicyType;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.withPolicyType:(Lcom/microsoft/azure/management/resources/PolicyType;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.withDisplayName:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
         3: .line 60
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
         4: .line 57
            invokespecial com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
            0    5     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl wrapModel(com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner inner
         0: .line 65
            aload 1 /* inner */
            ifnonnull 2
         1: .line 66
            aconst_null
            areturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.name:()Ljava/lang/String;
            aload 1 /* inner */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
            invokespecial com.microsoft.azure.management.resources.implementation.PolicyDefinitionImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;)V
            areturn
        end local 1 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner inner
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
    MethodParameters:
       Name  Flags
      inner  

  public rx.Observable<com.microsoft.azure.management.resources.PolicyDefinition> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
         0: .line 73
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsInner.listAsync:()Lrx/Observable;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionsImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/PolicyDefinition;>;

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.wrapModel:(Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyDefinitionsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/CreatableWrappersImpl<Lcom/microsoft/azure/management/resources/PolicyDefinition;Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionImpl;Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;>;Lcom/microsoft/azure/management/resources/PolicyDefinitions;
SourceFile: "PolicyDefinitionsImpl.java"