public class com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.lang.String displayName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.displayName")

  private java.lang.String policyDefinitionId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.policyDefinitionId")

  private java.lang.String scope;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.scope")

  private java.util.List<java.lang.String> notScopes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.notScopes")

  private java.lang.Object parameters;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.parameters")

  private java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.description")

  private java.lang.Object metadata;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.metadata")

  private com.microsoft.azure.management.resources.PolicySku sku;
    descriptor: Lcom/microsoft/azure/management/resources/PolicySku;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sku")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 21
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public java.lang.String displayName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.displayName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withDisplayName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.lang.String displayName
         0: .line 86
            aload 0 /* this */
            aload 1 /* displayName */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.displayName:Ljava/lang/String;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayName
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  displayName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      displayName  

  public java.lang.String policyDefinitionId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.policyDefinitionId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withPolicyDefinitionId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.lang.String policyDefinitionId
         0: .line 106
            aload 0 /* this */
            aload 1 /* policyDefinitionId */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.policyDefinitionId:Ljava/lang/String;
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String policyDefinitionId
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  policyDefinitionId  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      policyDefinitionId  

  public java.lang.String scope();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.scope:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withScope(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.lang.String scope
         0: .line 126
            aload 0 /* this */
            aload 1 /* scope */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.scope:Ljava/lang/String;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  scope  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      scope  

  public java.util.List<java.lang.String> notScopes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 136
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.notScopes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withNotScopes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.util.List notScopes
         0: .line 146
            aload 0 /* this */
            aload 1 /* notScopes */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.notScopes:Ljava/util/List;
         1: .line 147
            aload 0 /* this */
            areturn
        end local 1 // java.util.List notScopes
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  notScopes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    MethodParameters:
           Name  Flags
      notScopes  

  public java.lang.Object parameters();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 156
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.parameters:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withParameters(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.lang.Object parameters
         0: .line 166
            aload 0 /* this */
            aload 1 /* parameters */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.parameters:Ljava/lang/Object;
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object parameters
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  parameters  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      parameters  

  public java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 176
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.description:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.lang.String description
         0: .line 186
            aload 0 /* this */
            aload 1 /* description */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.description:Ljava/lang/String;
         1: .line 187
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String description
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  description  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      description  

  public java.lang.Object metadata();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 196
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.metadata:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withMetadata(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // java.lang.Object metadata
         0: .line 206
            aload 0 /* this */
            aload 1 /* metadata */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.metadata:Ljava/lang/Object;
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object metadata
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1  metadata  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      metadata  

  public com.microsoft.azure.management.resources.PolicySku sku();
    descriptor: ()Lcom/microsoft/azure/management/resources/PolicySku;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
         0: .line 216
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.sku:Lcom/microsoft/azure/management/resources/PolicySku;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;

  public com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner withSku(com.microsoft.azure.management.resources.PolicySku);
    descriptor: (Lcom/microsoft/azure/management/resources/PolicySku;)Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
        start local 1 // com.microsoft.azure.management.resources.PolicySku sku
         0: .line 226
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner.sku:Lcom/microsoft/azure/management/resources/PolicySku;
         1: .line 227
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.resources.PolicySku sku
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyAssignmentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyAssignmentInner;
            0    2     1   sku  Lcom/microsoft/azure/management/resources/PolicySku;
    MethodParameters:
      Name  Flags
      sku   
}
SourceFile: "PolicyAssignmentInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()