Class ComponentData
java.lang.Object
org.apache.fineract.client.models.ComponentData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ComponentData
extends Object
ComponentData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptiongetId()Get idgetKey()Get keyGet sequenceNogetText()Get textinthashCode()sequenceNo(Integer sequenceNo) voidsetDescription(String description) voidvoidvoidsetSequenceNo(Integer sequenceNo) voidtoString()
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_SEQUENCE_NO
- See Also:
-
SERIALIZED_NAME_TEXT
- See Also:
-
-
Constructor Details
-
ComponentData
public ComponentData()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
sequenceNo
-
getSequenceNo
Get sequenceNo- Returns:
- sequenceNo
-
setSequenceNo
-
text
-
getText
Get text- Returns:
- text
-
setText
-
equals
-
hashCode
public int hashCode() -
toString
-