Record Class SmsRequestParam
java.lang.Object
java.lang.Record
org.apache.fineract.infrastructure.sms.param.SmsRequestParam
-
Constructor Summary
ConstructorsConstructorDescriptionSmsRequestParam(Long status, org.apache.fineract.infrastructure.core.api.DateParam fromDate, org.apache.fineract.infrastructure.core.api.DateParam toDate, String locale, String rawDateFormat, Integer offset, Integer limit, String orderBy, String sortOrder) Creates an instance of aSmsRequestParamrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.org.apache.fineract.infrastructure.core.api.DateParamfromDate()Returns the value of thefromDaterecord component.final inthashCode()Returns a hash code value for this object.limit()Returns the value of thelimitrecord component.locale()Returns the value of thelocalerecord component.offset()Returns the value of theoffsetrecord component.orderBy()Returns the value of theorderByrecord component.Returns the value of therawDateFormatrecord component.Returns the value of thesortOrderrecord component.status()Returns the value of thestatusrecord component.org.apache.fineract.infrastructure.core.api.DateParamtoDate()Returns the value of thetoDaterecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SmsRequestParam
public SmsRequestParam(Long status, org.apache.fineract.infrastructure.core.api.DateParam fromDate, org.apache.fineract.infrastructure.core.api.DateParam toDate, String locale, String rawDateFormat, Integer offset, Integer limit, String orderBy, String sortOrder) Creates an instance of aSmsRequestParamrecord class.- Parameters:
status- the value for thestatusrecord componentfromDate- the value for thefromDaterecord componenttoDate- the value for thetoDaterecord componentlocale- the value for thelocalerecord componentrawDateFormat- the value for therawDateFormatrecord componentoffset- the value for theoffsetrecord componentlimit- the value for thelimitrecord componentorderBy- the value for theorderByrecord componentsortOrder- the value for thesortOrderrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
status
Returns the value of thestatusrecord component.- Returns:
- the value of the
statusrecord component
-
fromDate
public org.apache.fineract.infrastructure.core.api.DateParam fromDate()Returns the value of thefromDaterecord component.- Returns:
- the value of the
fromDaterecord component
-
toDate
public org.apache.fineract.infrastructure.core.api.DateParam toDate()Returns the value of thetoDaterecord component.- Returns:
- the value of the
toDaterecord component
-
locale
Returns the value of thelocalerecord component.- Returns:
- the value of the
localerecord component
-
rawDateFormat
Returns the value of therawDateFormatrecord component.- Returns:
- the value of the
rawDateFormatrecord component
-
offset
Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-
limit
Returns the value of thelimitrecord component.- Returns:
- the value of the
limitrecord component
-
orderBy
Returns the value of theorderByrecord component.- Returns:
- the value of the
orderByrecord component
-
sortOrder
Returns the value of thesortOrderrecord component.- Returns:
- the value of the
sortOrderrecord component
-