final class com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl<com.microsoft.azure.management.resources.PolicyAssignment, com.microsoft.azure.management.resources.implementation.PolicyAssignmentImpl, com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner> implements com.microsoft.azure.management.resources.PolicyAssignments
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl
{
  private final com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner client;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.PolicyAssignment> 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.PolicyAssignmentsImpl this
         0: .line 40
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.list:()Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;

  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.PolicyAssignmentsImpl this
        start local 1 // java.lang.String id
         0: .line 45
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.deleteByIdAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

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

  protected com.microsoft.azure.management.resources.implementation.PolicyAssignmentImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String name
         0: .line 55
            new com.microsoft.azure.management.resources.implementation.PolicyAssignmentImpl
            dup
            aload 1 /* name */
         1: .line 56
            new com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner
            dup
            invokespecial com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.<init>:()V
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.withDisplayName:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
         2: .line 57
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
         3: .line 55
            invokespecial com.microsoft.azure.management.resources.implementation.PolicyAssignmentImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.PolicyAssignment> listByResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String resourceId
         0: .line 70
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
         1: .line 71
            aload 1 /* resourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.groupFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
         2: .line 72
            aload 1 /* resourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.resourceProviderFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
         3: .line 73
            aload 1 /* resourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.parentResourceIdFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.relativePathFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
         4: .line 74
            aload 1 /* resourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.resourceTypeFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
         5: .line 75
            aload 1 /* resourceId */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
         6: .line 70
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.listForResource:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // java.lang.String resourceId
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    7     1  resourceId  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    MethodParameters:
            Name  Flags
      resourceId  

  public com.microsoft.azure.management.resources.PolicyAssignment getById(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/PolicyAssignment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String id
         0: .line 81
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.PolicyAssignment
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public rx.Observable<com.microsoft.azure.management.resources.PolicyAssignment> getByIdAsync(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.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String id
         0: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl$1.<init>:(Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.PolicyAssignment> getByIdAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.PolicyAssignment>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String id
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 96
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    1     1        id  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    MethodParameters:
          Name  Flags
      id        
      callback  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.PolicyAssignment> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String resourceGroupName
         0: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.listByResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  

  public rx.Observable<com.microsoft.azure.management.resources.PolicyAssignment> 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.PolicyAssignmentsImpl this
         0: .line 106
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.listAsync:()Lrx/Observable;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;

  public rx.Observable<com.microsoft.azure.management.resources.PolicyAssignment> listByResourceGroupAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
        start local 1 // java.lang.String resourceGroupName
         0: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.client:Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsInner;
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsInner.listByResourceGroupAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  

  public java.lang.Object getById(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.PolicyAssignmentsImpl.getById:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/PolicyAssignment;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.PolicyAssignmentInner
            invokevirtual com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl.wrapModel:(Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentImpl;
            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.PolicyAssignmentsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentImpl;
            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.PolicyAssignmentsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/CreatableWrappersImpl<Lcom/microsoft/azure/management/resources/PolicyAssignment;Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentImpl;Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;>;Lcom/microsoft/azure/management/resources/PolicyAssignments;
SourceFile: "PolicyAssignmentsImpl.java"
NestMembers:
  com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl$1
InnerClasses:
  com.microsoft.azure.management.resources.implementation.PolicyAssignmentsImpl$1