public class com.microsoft.azure.management.cdn.DeliveryRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.DeliveryRule
  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")

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

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

  private java.util.List<com.microsoft.azure.management.cdn.DeliveryRuleAction> actions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/cdn/DeliveryRuleAction;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "actions", 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.DeliveryRule this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.DeliveryRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/DeliveryRule;

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

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

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

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

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

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

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

  public com.microsoft.azure.management.cdn.DeliveryRule withActions(java.util.List<com.microsoft.azure.management.cdn.DeliveryRuleAction>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/DeliveryRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.DeliveryRule this
        start local 1 // java.util.List actions
         0: .line 124
            aload 0 /* this */
            aload 1 /* actions */
            putfield com.microsoft.azure.management.cdn.DeliveryRule.actions:Ljava/util/List;
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.util.List actions
        end local 0 // com.microsoft.azure.management.cdn.DeliveryRule this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/DeliveryRule;
            0    2     1  actions  Ljava/util/List<Lcom/microsoft/azure/management/cdn/DeliveryRuleAction;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cdn/DeliveryRuleAction;>;)Lcom/microsoft/azure/management/cdn/DeliveryRule;
    MethodParameters:
         Name  Flags
      actions  
}
SourceFile: "DeliveryRule.java"