Package travel.wink.sdk.extranet.model
Class SellDateRateQualifierSupplier
java.lang.Object
travel.wink.sdk.extranet.model.SellDateRateQualifierSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T22:29:13.908295668+07:00[Asia/Bangkok]")
public class SellDateRateQualifierSupplier
extends Object
Restrict promotion to specific dates the booking is made.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneffectiveDate(LocalDate effectiveDate) booleanexpireDate(LocalDate expireDate) @NotNull @Valid LocalDateThe effective (start) date of the sell date rate qualifier@NotNull @Valid LocalDateThe expiration (end) date of the sell 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
-
SellDateRateQualifierSupplier
public SellDateRateQualifierSupplier()
-
-
Method Details
-
effectiveDate
-
getEffectiveDate
The effective (start) date of the sell date rate qualifier- Returns:
- effectiveDate
-
setEffectiveDate
-
expireDate
-
getExpireDate
The expiration (end) date of the sell date rate qualifier- Returns:
- expireDate
-
setExpireDate
-
equals
-
hashCode
-
toString
-