Class AdvancedRuleExecutionOrderModel

java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleExecutionOrderModel

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

    Constructors 
    Constructor Description
    AdvancedRuleExecutionOrderModel()  
  • Method Summary

    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 Details

  • Method Details

    • 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