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

  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 = "properties.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 = "properties.actions")

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

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

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

  public com.microsoft.azure.management.cdn.RuleUpdateParameters withOrder(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
        start local 1 // java.lang.Integer order
         0: .line 68
            aload 0 /* this */
            aload 1 /* order */
            putfield com.microsoft.azure.management.cdn.RuleUpdateParameters.order:Ljava/lang/Integer;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer order
        end local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
            0    2     1  order  Ljava/lang/Integer;
    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.RuleUpdateParameters this
         0: .line 78
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.RuleUpdateParameters.conditions:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/DeliveryRuleCondition;>;

  public com.microsoft.azure.management.cdn.RuleUpdateParameters withConditions(java.util.List<com.microsoft.azure.management.cdn.DeliveryRuleCondition>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
        start local 1 // java.util.List conditions
         0: .line 88
            aload 0 /* this */
            aload 1 /* conditions */
            putfield com.microsoft.azure.management.cdn.RuleUpdateParameters.conditions:Ljava/util/List;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.util.List conditions
        end local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
            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/RuleUpdateParameters;
    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.RuleUpdateParameters this
         0: .line 98
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.RuleUpdateParameters.actions:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/DeliveryRuleAction;>;

  public com.microsoft.azure.management.cdn.RuleUpdateParameters withActions(java.util.List<com.microsoft.azure.management.cdn.DeliveryRuleAction>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
        start local 1 // java.util.List actions
         0: .line 108
            aload 0 /* this */
            aload 1 /* actions */
            putfield com.microsoft.azure.management.cdn.RuleUpdateParameters.actions:Ljava/util/List;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.util.List actions
        end local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
            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/RuleUpdateParameters;
    MethodParameters:
         Name  Flags
      actions  

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

  public com.microsoft.azure.management.cdn.RuleUpdateParameters withMatchProcessingBehavior(com.microsoft.azure.management.cdn.MatchProcessingBehavior);
    descriptor: (Lcom/microsoft/azure/management/cdn/MatchProcessingBehavior;)Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
        start local 1 // com.microsoft.azure.management.cdn.MatchProcessingBehavior matchProcessingBehavior
         0: .line 128
            aload 0 /* this */
            aload 1 /* matchProcessingBehavior */
            putfield com.microsoft.azure.management.cdn.RuleUpdateParameters.matchProcessingBehavior:Lcom/microsoft/azure/management/cdn/MatchProcessingBehavior;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.MatchProcessingBehavior matchProcessingBehavior
        end local 0 // com.microsoft.azure.management.cdn.RuleUpdateParameters this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/cdn/RuleUpdateParameters;
            0    2     1  matchProcessingBehavior  Lcom/microsoft/azure/management/cdn/MatchProcessingBehavior;
    MethodParameters:
                         Name  Flags
      matchProcessingBehavior  
}
SourceFile: "RuleUpdateParameters.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()