Class Response

java.lang.Object
org.apache.fineract.client.models.Response

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class Response extends Object
Response
  • Field Details

  • Constructor Details

    • Response

      public Response()
  • Method Details

    • id

      public Response id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • _new

      public Response _new(Boolean _new)
    • getNew

      @Nullable public Boolean getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew(Boolean _new)
    • question

      public Response question(Question question)
    • getQuestion

      @Nullable public Question getQuestion()
      Get question
      Returns:
      question
    • setQuestion

      public void setQuestion(Question question)
    • sequenceNo

      public Response sequenceNo(Integer sequenceNo)
    • getSequenceNo

      @Nullable public Integer getSequenceNo()
      Get sequenceNo
      Returns:
      sequenceNo
    • setSequenceNo

      public void setSequenceNo(Integer sequenceNo)
    • text

      public Response text(String text)
    • getText

      @Nullable public String getText()
      Get text
      Returns:
      text
    • setText

      public void setText(String text)
    • value

      public Response value(Integer value)
    • getValue

      @Nullable public Integer getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(Integer value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object