Class FilingAnswerModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingAnswerModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for answer The value of the answer for the filing question identified by filingQuestionIdGetter for filingQuestionId The ID number for a filing questionvoid
Setter for answer The value of the answer for the filing question identified by filingQuestionIdvoid
setFilingQuestionId
(Long value) Setter for filingQuestionId The ID number for a filing questiontoString()
Returns a JSON string representation of FilingAnswerModel
-
Constructor Details
-
FilingAnswerModel
public FilingAnswerModel()
-
-
Method Details
-
getFilingQuestionId
Getter for filingQuestionId The ID number for a filing question -
setFilingQuestionId
Setter for filingQuestionId The ID number for a filing question -
getAnswer
Getter for answer The value of the answer for the filing question identified by filingQuestionId -
setAnswer
Setter for answer The value of the answer for the filing question identified by filingQuestionId -
toString
Returns a JSON string representation of FilingAnswerModel
-