public class com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.resources.PolicyType policyType;
    descriptor: Lcom/microsoft/azure/management/resources/PolicyType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.policyType")

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

  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 description;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.description")

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

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

  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 id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  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.PolicyDefinitionInner this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

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

  public com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner withPolicyType(com.microsoft.azure.management.resources.PolicyType);
    descriptor: (Lcom/microsoft/azure/management/resources/PolicyType;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
        start local 1 // com.microsoft.azure.management.resources.PolicyType policyType
         0: .line 94
            aload 0 /* this */
            aload 1 /* policyType */
            putfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.policyType:Lcom/microsoft/azure/management/resources/PolicyType;
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.resources.PolicyType policyType
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
            0    2     1  policyType  Lcom/microsoft/azure/management/resources/PolicyType;
    MethodParameters:
            Name  Flags
      policyType  

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

  public com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner withMode(com.microsoft.azure.management.resources.PolicyMode);
    descriptor: (Lcom/microsoft/azure/management/resources/PolicyMode;)Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
        start local 1 // com.microsoft.azure.management.resources.PolicyMode mode
         0: .line 114
            aload 0 /* this */
            aload 1 /* mode */
            putfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.mode:Lcom/microsoft/azure/management/resources/PolicyMode;
         1: .line 115
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.resources.PolicyMode mode
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
            0    2     1  mode  Lcom/microsoft/azure/management/resources/PolicyMode;
    MethodParameters:
      Name  Flags
      mode  

  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.PolicyDefinitionInner this
         0: .line 124
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.displayName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

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

  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.PolicyDefinitionInner this
         0: .line 144
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.description:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

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

  public java.lang.Object policyRule();
    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.PolicyDefinitionInner this
         0: .line 164
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.policyRule:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

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

  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.PolicyDefinitionInner this
         0: .line 184
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.metadata:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

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

  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.PolicyDefinitionInner this
         0: .line 204
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.parameters:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

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

  public java.lang.String id();
    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.PolicyDefinitionInner this
         0: .line 224
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;

  public java.lang.String name();
    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.PolicyDefinitionInner this
         0: .line 233
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/PolicyDefinitionInner;
}
SourceFile: "PolicyDefinitionInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()