Class BusinessDateUpdateResponse
java.lang.Object
org.apache.fineract.client.models.BusinessDateUpdateResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class BusinessDateUpdateResponse
extends Object
BusinessDateUpdateResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet changesgetDate()Get dateGet descriptiongetType()Get typeinthashCode()putChangesItem(String key, LocalDate changesItem) voidsetChanges(Map<String, LocalDate> changes) voidvoidsetDescription(String description) voidtoString()
-
Field Details
-
SERIALIZED_NAME_CHANGES
- See Also:
-
SERIALIZED_NAME_DATE
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
BusinessDateUpdateResponse
public BusinessDateUpdateResponse()
-
-
Method Details
-
changes
-
putChangesItem
-
getChanges
Get changes- Returns:
- changes
-
setChanges
-
date
-
getDate
Get date- Returns:
- date
-
setDate
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-