Class AdvancedRuleExecutionModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleExecutionModel
Model representing an execution of an advanced rule for a company
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for continueOnError Should we keep running if we hit an exceptionGetter for createdBy Creator of the ruleGetter for createdOn When the rule execution was createdGetter for customerData Json data used for rule executionGetter for customerDataId Unique identifier of customer data used in rule executionGetter for enabled Is rule execution enabledGetter for endDate Date rule execution endsGetter for modifiedBy Last updater of the rule executionGetter for modifiedOn When the rule execution was last updatedgetName()
Getter for name Name of rule executiongetRule()
Getter for ruleGetter for ruleExecutionId Rule execution unique identifierGetter for ruleId Unique identifier of rule to executeGetter for startDate Date rule execution startsvoid
setContinueOnError
(Boolean value) Setter for continueOnError Should we keep running if we hit an exceptionvoid
setCreatedBy
(String value) Setter for createdBy Creator of the rulevoid
setCreatedOn
(String value) Setter for createdOn When the rule execution was createdvoid
setCustomerData
(String value) Setter for customerData Json data used for rule executionvoid
setCustomerDataId
(String value) Setter for customerDataId Unique identifier of customer data used in rule executionvoid
setEnabled
(Boolean value) Setter for enabled Is rule execution enabledvoid
setEndDate
(Date value) Setter for endDate Date rule execution endsvoid
setModifiedBy
(String value) Setter for modifiedBy Last updater of the rule executionvoid
setModifiedOn
(String value) Setter for modifiedOn When the rule execution was last updatedvoid
Setter for name Name of rule executionvoid
setRule
(AdvancedRuleModel value) Setter for rulevoid
setRuleExecutionId
(String value) Setter for ruleExecutionId Rule execution unique identifiervoid
Setter for ruleId Unique identifier of rule to executevoid
setStartDate
(Date value) Setter for startDate Date rule execution startstoString()
Returns a JSON string representation of AdvancedRuleExecutionModel
-
Constructor Details
-
AdvancedRuleExecutionModel
public AdvancedRuleExecutionModel()
-
-
Method Details
-
getRuleExecutionId
Getter for ruleExecutionId Rule execution unique identifier -
setRuleExecutionId
Setter for ruleExecutionId Rule execution unique identifier -
getName
Getter for name Name of rule execution -
setName
Setter for name Name of rule execution -
getStartDate
Getter for startDate Date rule execution starts -
setStartDate
Setter for startDate Date rule execution starts -
getEndDate
Getter for endDate Date rule execution ends -
setEndDate
Setter for endDate Date rule execution ends -
getEnabled
Getter for enabled Is rule execution enabled -
setEnabled
Setter for enabled Is rule execution enabled -
getContinueOnError
Getter for continueOnError Should we keep running if we hit an exception -
setContinueOnError
Setter for continueOnError Should we keep running if we hit an exception -
getRuleId
Getter for ruleId Unique identifier of rule to execute -
setRuleId
Setter for ruleId Unique identifier of rule to execute -
getRule
Getter for rule -
setRule
Setter for rule -
getCustomerData
Getter for customerData Json data used for rule execution -
setCustomerData
Setter for customerData Json data used for rule execution -
getCustomerDataId
Getter for customerDataId Unique identifier of customer data used in rule execution -
setCustomerDataId
Setter for customerDataId Unique identifier of customer data used in rule execution -
getCreatedBy
Getter for createdBy Creator of the rule -
setCreatedBy
Setter for createdBy Creator of the rule -
getCreatedOn
Getter for createdOn When the rule execution was created -
setCreatedOn
Setter for createdOn When the rule execution was created -
getModifiedBy
Getter for modifiedBy Last updater of the rule execution -
setModifiedBy
Setter for modifiedBy Last updater of the rule execution -
getModifiedOn
Getter for modifiedOn When the rule execution was last updated -
setModifiedOn
Setter for modifiedOn When the rule execution was last updated -
toString
Returns a JSON string representation of AdvancedRuleExecutionModel
-