Class SurveyData
java.lang.Object
org.apache.fineract.client.models.SurveyData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class SurveyData
extends Object
SurveyData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddComponentDatasItem(ComponentData componentDatasItem) addQuestionDatasItem(QuestionData questionDatasItem) componentDatas(List<ComponentData> componentDatas) countryCode(String countryCode) description(String description) booleanGet componentDatasGet countryCodeGet descriptiongetId()Get idgetKey()Get keygetName()Get nameGet questionDatasGet validFromGet validTointhashCode()questionDatas(List<QuestionData> questionDatas) voidsetComponentDatas(List<ComponentData> componentDatas) voidsetCountryCode(String countryCode) voidsetDescription(String description) voidvoidvoidvoidsetQuestionDatas(List<QuestionData> questionDatas) voidsetValidFrom(LocalDate validFrom) voidsetValidTo(LocalDate validTo) toString()
-
Field Details
-
SERIALIZED_NAME_COMPONENT_DATAS
- See Also:
-
SERIALIZED_NAME_COUNTRY_CODE
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_QUESTION_DATAS
- See Also:
-
SERIALIZED_NAME_VALID_FROM
- See Also:
-
SERIALIZED_NAME_VALID_TO
- See Also:
-
-
Constructor Details
-
SurveyData
public SurveyData()
-
-
Method Details
-
componentDatas
-
addComponentDatasItem
-
getComponentDatas
Get componentDatas- Returns:
- componentDatas
-
setComponentDatas
-
countryCode
-
getCountryCode
Get countryCode- Returns:
- countryCode
-
setCountryCode
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
name
-
getName
Get name- Returns:
- name
-
setName
-
questionDatas
-
addQuestionDatasItem
-
getQuestionDatas
Get questionDatas- Returns:
- questionDatas
-
setQuestionDatas
-
validFrom
-
getValidFrom
Get validFrom- Returns:
- validFrom
-
setValidFrom
-
validTo
-
getValidTo
Get validTo- Returns:
- validTo
-
setValidTo
-
equals
-
hashCode
public int hashCode() -
toString
-