Class LocationSettingModel
java.lang.Object
net.avalara.avatax.rest.client.models.LocationSettingModel
Represents the answer to one local jurisdiction question for a location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for questionId The unique ID number of the location question answered.Getter for questionName The name of the questiongetValue()
Getter for value The answer the user provided.void
setQuestionId
(Integer value) Setter for questionId The unique ID number of the location question answered.void
setQuestionName
(String value) Setter for questionName The name of the questionvoid
Setter for value The answer the user provided.toString()
Returns a JSON string representation of LocationSettingModel
-
Constructor Details
-
LocationSettingModel
public LocationSettingModel()
-
-
Method Details
-
getQuestionId
Getter for questionId The unique ID number of the location question answered. -
setQuestionId
Setter for questionId The unique ID number of the location question answered. -
getQuestionName
Getter for questionName The name of the question -
setQuestionName
Setter for questionName The name of the question -
getValue
Getter for value The answer the user provided. -
setValue
Setter for value The answer the user provided. -
toString
Returns a JSON string representation of LocationSettingModel
-