Class FilingAnswerModel

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

public class FilingAnswerModel extends Object
  • Constructor Details

    • FilingAnswerModel

      public FilingAnswerModel()
  • Method Details

    • getFilingQuestionId

      public Long getFilingQuestionId()
      Getter for filingQuestionId The ID number for a filing question
    • setFilingQuestionId

      public void setFilingQuestionId(Long value)
      Setter for filingQuestionId The ID number for a filing question
    • getAnswer

      public HashMap<String,String> getAnswer()
      Getter for answer The value of the answer for the filing question identified by filingQuestionId
    • setAnswer

      public void setAnswer(HashMap<String,String> value)
      Setter for answer The value of the answer for the filing question identified by filingQuestionId
    • toString

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