public class com.microsoft.azure.management.storage.ManagementPolicyRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.ManagementPolicyRule
  super_class: java.lang.Object
{
  private java.lang.Boolean enabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "enabled")

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

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

  private com.microsoft.azure.management.storage.ManagementPolicyDefinition definition;
    descriptor: Lcom/microsoft/azure/management/storage/ManagementPolicyDefinition;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "definition", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            ldc "Lifecycle"
            putfield com.microsoft.azure.management.storage.ManagementPolicyRule.type:Ljava/lang/String;
         2: .line 48
            return
        end local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/storage/ManagementPolicyRule;

  public java.lang.Boolean enabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.ManagementPolicyRule.enabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/ManagementPolicyRule;

  public com.microsoft.azure.management.storage.ManagementPolicyRule withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/storage/ManagementPolicyRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
        start local 1 // java.lang.Boolean enabled
         0: .line 66
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.storage.ManagementPolicyRule.enabled:Ljava/lang/Boolean;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/storage/ManagementPolicyRule;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  

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

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

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

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

  public com.microsoft.azure.management.storage.ManagementPolicyDefinition definition();
    descriptor: ()Lcom/microsoft/azure/management/storage/ManagementPolicyDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.ManagementPolicyRule.definition:Lcom/microsoft/azure/management/storage/ManagementPolicyDefinition;
            areturn
        end local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/ManagementPolicyRule;

  public com.microsoft.azure.management.storage.ManagementPolicyRule withDefinition(com.microsoft.azure.management.storage.ManagementPolicyDefinition);
    descriptor: (Lcom/microsoft/azure/management/storage/ManagementPolicyDefinition;)Lcom/microsoft/azure/management/storage/ManagementPolicyRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
        start local 1 // com.microsoft.azure.management.storage.ManagementPolicyDefinition definition
         0: .line 126
            aload 0 /* this */
            aload 1 /* definition */
            putfield com.microsoft.azure.management.storage.ManagementPolicyRule.definition:Lcom/microsoft/azure/management/storage/ManagementPolicyDefinition;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.ManagementPolicyDefinition definition
        end local 0 // com.microsoft.azure.management.storage.ManagementPolicyRule this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/storage/ManagementPolicyRule;
            0    2     1  definition  Lcom/microsoft/azure/management/storage/ManagementPolicyDefinition;
    MethodParameters:
            Name  Flags
      definition  
}
SourceFile: "ManagementPolicyRule.java"