Class InterestPauseRequestDto
java.lang.Object
org.apache.fineract.client.models.InterestPauseRequestDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class InterestPauseRequestDto
extends Object
Request DTO for creating an interest pause
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanFormat of the dates providedEnd date of the interest pause periodLocale to interpret the date formatStart date of the interest pause periodinthashCode()voidsetDateFormat(String dateFormat) voidsetEndDate(String endDate) voidvoidsetStartDate(String startDate) toString()
-
Field Details
-
SERIALIZED_NAME_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_END_DATE
- See Also:
-
SERIALIZED_NAME_LOCALE
- See Also:
-
SERIALIZED_NAME_START_DATE
- See Also:
-
-
Constructor Details
-
InterestPauseRequestDto
public InterestPauseRequestDto()
-
-
Method Details
-
dateFormat
-
getDateFormat
Format of the dates provided- Returns:
- dateFormat
-
setDateFormat
-
endDate
-
getEndDate
End date of the interest pause period- Returns:
- endDate
-
setEndDate
-
locale
-
getLocale
Locale to interpret the date format- Returns:
- locale
-
setLocale
-
startDate
-
getStartDate
Start date of the interest pause period- Returns:
- startDate
-
setStartDate
-
equals
-
hashCode
public int hashCode() -
toString
-