Class FilingAnswerModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FilingAnswerModel
-
public class FilingAnswerModel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FilingAnswerModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap<java.lang.String,java.lang.String>
getAnswer()
Getter for answer The value of the answer for the filing question identified by filingQuestionIdjava.lang.Long
getFilingQuestionId()
Getter for filingQuestionId The ID number for a filing questionvoid
setAnswer(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for answer The value of the answer for the filing question identified by filingQuestionIdvoid
setFilingQuestionId(java.lang.Long value)
Setter for filingQuestionId The ID number for a filing questionjava.lang.String
toString()
Returns a JSON string representation of FilingAnswerModel
-
-
-
Method Detail
-
getFilingQuestionId
public java.lang.Long getFilingQuestionId()
Getter for filingQuestionId The ID number for a filing question
-
setFilingQuestionId
public void setFilingQuestionId(java.lang.Long value)
Setter for filingQuestionId The ID number for a filing question
-
getAnswer
public java.util.HashMap<java.lang.String,java.lang.String> getAnswer()
Getter for answer The value of the answer for the filing question identified by filingQuestionId
-
setAnswer
public void setAnswer(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for answer The value of the answer for the filing question identified by filingQuestionId
-
toString
public java.lang.String toString()
Returns a JSON string representation of FilingAnswerModel- Overrides:
toString
in classjava.lang.Object
-
-