Package travel.wink.sdk.extranet.model
Class StayDateRateQualifierSupplier
java.lang.Object
travel.wink.sdk.extranet.model.StayDateRateQualifierSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-21T14:57:37.589000094+07:00[Asia/Bangkok]")
public class StayDateRateQualifierSupplier
extends Object
Restrict promotion to specific stay dates the user wants to arrive.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneffectiveDate(LocalDate effectiveDate) booleanexpireDate(LocalDate expireDate) @NotNull @Valid LocalDateThe effective (start) date of the stay date rate qualifier@NotNull @Valid LocalDateThe expiration (end) date of the stay date rate qualifierinthashCode()voidsetEffectiveDate(LocalDate effectiveDate) voidsetExpireDate(LocalDate expireDate) toString()
-
Field Details
-
JSON_PROPERTY_EFFECTIVE_DATE
- See Also:
-
JSON_PROPERTY_EXPIRE_DATE
- See Also:
-
-
Constructor Details
-
StayDateRateQualifierSupplier
public StayDateRateQualifierSupplier()
-
-
Method Details
-
effectiveDate
-
getEffectiveDate
The effective (start) date of the stay date rate qualifier- Returns:
- effectiveDate
-
setEffectiveDate
-
expireDate
-
getExpireDate
The expiration (end) date of the stay date rate qualifier- Returns:
- expireDate
-
setExpireDate
-
equals
-
hashCode
public int hashCode() -
toString
-