Class Scorecard
java.lang.Object
org.apache.fineract.client.models.Scorecard
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Scorecard
extends Object
Scorecard
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedOn(OffsetDateTime createdOn) booleanGet appUserGet clientGet createdOngetId()Get idgetNew()Get _newGet questionGet responseGet surveygetValue()Get valueinthashCode()voidsetAppUser(AppUser appUser) voidvoidsetCreatedOn(OffsetDateTime createdOn) voidvoidvoidsetQuestion(Question question) voidsetResponse(Response response) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_APP_USER
- See Also:
-
SERIALIZED_NAME_CLIENT
- See Also:
-
SERIALIZED_NAME_CREATED_ON
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NEW
- See Also:
-
SERIALIZED_NAME_QUESTION
- See Also:
-
SERIALIZED_NAME_RESPONSE
- See Also:
-
SERIALIZED_NAME_SURVEY
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
Scorecard
public Scorecard()
-
-
Method Details
-
appUser
-
getAppUser
Get appUser- Returns:
- appUser
-
setAppUser
-
client
-
getClient
Get client- Returns:
- client
-
setClient
-
createdOn
-
getCreatedOn
Get createdOn- Returns:
- createdOn
-
setCreatedOn
-
id
-
getId
Get id- Returns:
- id
-
setId
-
_new
-
getNew
Get _new- Returns:
- _new
-
setNew
-
question
-
getQuestion
Get question- Returns:
- question
-
setQuestion
-
response
-
getResponse
Get response- Returns:
- response
-
setResponse
-
survey
-
getSurvey
Get survey- Returns:
- survey
-
setSurvey
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-