Class AdvancedRuleTableModel

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

public class AdvancedRuleTableModel extends Object
Represents an advanced rule table
  • Constructor Details

    • AdvancedRuleTableModel

      public AdvancedRuleTableModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID of the table
    • setId

      public void setId(Long value)
      Setter for id The unique ID of the table
    • getAccountId

      public Integer getAccountId()
      Getter for accountId Account ID
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId Account ID
    • getCsvTableName

      public String getCsvTableName()
      Getter for csvTableName The name of the table
    • setCsvTableName

      public void setCsvTableName(String value)
      Setter for csvTableName The name of the table
    • getCsvTable

      public String getCsvTable()
      Getter for csvTable The CSV data
    • setCsvTable

      public void setCsvTable(String value)
      Setter for csvTable The CSV data
    • toString

      public String toString()
      Returns a JSON string representation of AdvancedRuleTableModel
      Overrides:
      toString in class Object