Class LocationSettingModel

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

public class LocationSettingModel extends Object
Represents the answer to one local jurisdiction question for a location.
  • Constructor Details

    • LocationSettingModel

      public LocationSettingModel()
  • Method Details

    • getQuestionId

      public Integer getQuestionId()
      Getter for questionId The unique ID number of the location question answered.
    • setQuestionId

      public void setQuestionId(Integer value)
      Setter for questionId The unique ID number of the location question answered.
    • getQuestionName

      public String getQuestionName()
      Getter for questionName The name of the question
    • setQuestionName

      public void setQuestionName(String value)
      Setter for questionName The name of the question
    • getValue

      public String getValue()
      Getter for value The answer the user provided.
    • setValue

      public void setValue(String value)
      Setter for value The answer the user provided.
    • toString

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