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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Get idgetNew()Get _newGet questionGet sequenceNogetText()Get textgetValue()Get valueinthashCode()sequenceNo(Integer sequenceNo) voidvoidvoidsetQuestion(Question question) voidsetSequenceNo(Integer sequenceNo) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NEW
- See Also:
-
SERIALIZED_NAME_QUESTION
- See Also:
-
SERIALIZED_NAME_SEQUENCE_NO
- See Also:
-
SERIALIZED_NAME_TEXT
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
_new
-
getNew
Get _new- Returns:
- _new
-
setNew
-
question
-
getQuestion
Get question- Returns:
- question
-
setQuestion
-
sequenceNo
-
getSequenceNo
Get sequenceNo- Returns:
- sequenceNo
-
setSequenceNo
-
text
-
getText
Get text- Returns:
- text
-
setText
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-