Class AdvancedRuleTableModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleTableModel
Represents an advanced rule table
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId Account IDGetter for csvTable The CSV dataGetter for csvTableName The name of the tablegetId()Getter for id The unique ID of the tablevoidsetAccountId(Integer value) Setter for accountId Account IDvoidsetCsvTable(String value) Setter for csvTable The CSV datavoidsetCsvTableName(String value) Setter for csvTableName The name of the tablevoidSetter for id The unique ID of the tabletoString()Returns a JSON string representation of AdvancedRuleTableModel
-
Constructor Details
-
AdvancedRuleTableModel
public AdvancedRuleTableModel()
-
-
Method Details
-
getId
Getter for id The unique ID of the table -
setId
Setter for id The unique ID of the table -
getAccountId
Getter for accountId Account ID -
setAccountId
Setter for accountId Account ID -
getCsvTableName
Getter for csvTableName The name of the table -
setCsvTableName
Setter for csvTableName The name of the table -
getCsvTable
Getter for csvTable The CSV data -
setCsvTable
Setter for csvTable The CSV data -
toString
Returns a JSON string representation of AdvancedRuleTableModel
-