Class LocationSettingModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.LocationSettingModel
-
public class LocationSettingModel extends java.lang.ObjectRepresents the answer to one local jurisdiction question for a location.
-
-
Constructor Summary
Constructors Constructor Description LocationSettingModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetQuestionId()Getter for questionId The unique ID number of the location question answered.java.lang.StringgetQuestionName()Getter for questionName The name of the questionjava.lang.StringgetValue()Getter for value The answer the user provided.voidsetQuestionId(java.lang.Integer value)Setter for questionId The unique ID number of the location question answered.voidsetQuestionName(java.lang.String value)Setter for questionName The name of the questionvoidsetValue(java.lang.String value)Setter for value The answer the user provided.java.lang.StringtoString()Returns a JSON string representation of LocationSettingModel
-
-
-
Method Detail
-
getQuestionId
public java.lang.Integer getQuestionId()
Getter for questionId The unique ID number of the location question answered.
-
setQuestionId
public void setQuestionId(java.lang.Integer value)
Setter for questionId The unique ID number of the location question answered.
-
getQuestionName
public java.lang.String getQuestionName()
Getter for questionName The name of the question
-
setQuestionName
public void setQuestionName(java.lang.String value)
Setter for questionName The name of the question
-
getValue
public java.lang.String getValue()
Getter for value The answer the user provided.
-
setValue
public void setValue(java.lang.String value)
Setter for value The answer the user provided.
-
toString
public java.lang.String toString()
Returns a JSON string representation of LocationSettingModel- Overrides:
toStringin classjava.lang.Object
-
-