Class AdvancedRuleExecutionOrderModel


  • public class AdvancedRuleExecutionOrderModel
    extends java.lang.Object
    Model for updating rule execution order
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<java.lang.String> getRuleExecutionIds()
      Getter for ruleExecutionIds The rule execution Ids in the desired order
      void setRuleExecutionIds​(java.util.ArrayList<java.lang.String> value)
      Setter for ruleExecutionIds The rule execution Ids in the desired order
      java.lang.String toString()
      Returns a JSON string representation of AdvancedRuleExecutionOrderModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AdvancedRuleExecutionOrderModel

        public AdvancedRuleExecutionOrderModel()
    • Method Detail

      • getRuleExecutionIds

        public java.util.ArrayList<java.lang.String> getRuleExecutionIds()
        Getter for ruleExecutionIds The rule execution Ids in the desired order
      • setRuleExecutionIds

        public void setRuleExecutionIds​(java.util.ArrayList<java.lang.String> value)
        Setter for ruleExecutionIds The rule execution Ids in the desired order
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of AdvancedRuleExecutionOrderModel
        Overrides:
        toString in class java.lang.Object