Class FilingAnswerModel


  • public class FilingAnswerModel
    extends java.lang.Object
    • 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 filingQuestionId
      java.lang.Long getFilingQuestionId()
      Getter for filingQuestionId The ID number for a filing question
      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
      void setFilingQuestionId​(java.lang.Long value)
      Setter for filingQuestionId The ID number for a filing question
      java.lang.String toString()
      Returns a JSON string representation of FilingAnswerModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilingAnswerModel

        public 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 class java.lang.Object