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

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

  private int priority;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "priority", required = true)

  private java.util.List<com.microsoft.azure.management.cdn.MatchCondition> matchConditions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/cdn/MatchCondition;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "matchConditions", required = true)

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

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

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

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

  public com.microsoft.azure.management.cdn.CustomRuleEnabledState enabledState();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CustomRuleEnabledState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.CustomRule.enabledState:Lcom/microsoft/azure/management/cdn/CustomRuleEnabledState;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/CustomRule;

  public com.microsoft.azure.management.cdn.CustomRule withEnabledState(com.microsoft.azure.management.cdn.CustomRuleEnabledState);
    descriptor: (Lcom/microsoft/azure/management/cdn/CustomRuleEnabledState;)Lcom/microsoft/azure/management/cdn/CustomRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
        start local 1 // com.microsoft.azure.management.cdn.CustomRuleEnabledState enabledState
         0: .line 89
            aload 0 /* this */
            aload 1 /* enabledState */
            putfield com.microsoft.azure.management.cdn.CustomRule.enabledState:Lcom/microsoft/azure/management/cdn/CustomRuleEnabledState;
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.CustomRuleEnabledState enabledState
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/CustomRule;
            0    2     1  enabledState  Lcom/microsoft/azure/management/cdn/CustomRuleEnabledState;
    MethodParameters:
              Name  Flags
      enabledState  

  public int priority();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
         0: .line 99
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.CustomRule.priority:I
            ireturn
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/CustomRule;

  public com.microsoft.azure.management.cdn.CustomRule withPriority(int);
    descriptor: (I)Lcom/microsoft/azure/management/cdn/CustomRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
        start local 1 // int priority
         0: .line 109
            aload 0 /* this */
            iload 1 /* priority */
            putfield com.microsoft.azure.management.cdn.CustomRule.priority:I
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // int priority
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/CustomRule;
            0    2     1  priority  I
    MethodParameters:
          Name  Flags
      priority  

  public java.util.List<com.microsoft.azure.management.cdn.MatchCondition> matchConditions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
         0: .line 119
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.CustomRule.matchConditions:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/CustomRule;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/MatchCondition;>;

  public com.microsoft.azure.management.cdn.CustomRule withMatchConditions(java.util.List<com.microsoft.azure.management.cdn.MatchCondition>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/CustomRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
        start local 1 // java.util.List matchConditions
         0: .line 129
            aload 0 /* this */
            aload 1 /* matchConditions */
            putfield com.microsoft.azure.management.cdn.CustomRule.matchConditions:Ljava/util/List;
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // java.util.List matchConditions
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/cdn/CustomRule;
            0    2     1  matchConditions  Ljava/util/List<Lcom/microsoft/azure/management/cdn/MatchCondition;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cdn/MatchCondition;>;)Lcom/microsoft/azure/management/cdn/CustomRule;
    MethodParameters:
                 Name  Flags
      matchConditions  

  public com.microsoft.azure.management.cdn.ActionType action();
    descriptor: ()Lcom/microsoft/azure/management/cdn/ActionType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
         0: .line 139
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.CustomRule.action:Lcom/microsoft/azure/management/cdn/ActionType;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/CustomRule;

  public com.microsoft.azure.management.cdn.CustomRule withAction(com.microsoft.azure.management.cdn.ActionType);
    descriptor: (Lcom/microsoft/azure/management/cdn/ActionType;)Lcom/microsoft/azure/management/cdn/CustomRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomRule this
        start local 1 // com.microsoft.azure.management.cdn.ActionType action
         0: .line 149
            aload 0 /* this */
            aload 1 /* action */
            putfield com.microsoft.azure.management.cdn.CustomRule.action:Lcom/microsoft/azure/management/cdn/ActionType;
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ActionType action
        end local 0 // com.microsoft.azure.management.cdn.CustomRule this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/cdn/CustomRule;
            0    2     1  action  Lcom/microsoft/azure/management/cdn/ActionType;
    MethodParameters:
        Name  Flags
      action  
}
SourceFile: "CustomRule.java"