Class InterestPauseResponseDto
java.lang.Object
org.apache.fineract.client.models.InterestPauseResponseDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class InterestPauseResponseDto
extends Object
Response DTO for Interest Pause periods
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanDate format used to interpret start and end datesEnd date of the interest pause periodgetId()ID of the loan term variationLocale used for date formattingStart date of the interest pause periodinthashCode()voidsetDateFormat(String dateFormat) voidsetEndDate(LocalDate endDate) voidvoidvoidsetStartDate(LocalDate startDate) toString()
-
Field Details
-
SERIALIZED_NAME_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_END_DATE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LOCALE
- See Also:
-
SERIALIZED_NAME_START_DATE
- See Also:
-
-
Constructor Details
-
InterestPauseResponseDto
public InterestPauseResponseDto()
-
-
Method Details
-
dateFormat
-
getDateFormat
Date format used to interpret start and end dates- Returns:
- dateFormat
-
setDateFormat
-
endDate
-
getEndDate
End date of the interest pause period- Returns:
- endDate
-
setEndDate
-
id
-
getId
ID of the loan term variation- Returns:
- id
-
setId
-
locale
-
getLocale
Locale used for date formatting- Returns:
- locale
-
setLocale
-
startDate
-
getStartDate
Start date of the interest pause period- Returns:
- startDate
-
setStartDate
-
equals
-
hashCode
public int hashCode() -
toString
-