Class RoomConfigurationPriceRatePlanAgent
java.lang.Object
travel.wink.sdk.travel.agent.model.RoomConfigurationPriceRatePlanAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-04T20:50:59.267991942+07:00[Asia/Bangkok]")
public class RoomConfigurationPriceRatePlanAgent
extends Object
Rate plan used for this stay
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallInclusive(Boolean allInclusive) allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) cancellationPolicy(CancellationPolicyAgent cancellationPolicy) cancellationPolicyExceptions(CancellationPolicyExceptionsAgent cancellationPolicyExceptions) earlyCheckInCharge(Object earlyCheckInCharge) boolean@NotNull BooleanEverything included except alcohol@NotNull BooleanEverything included with alcohol@NotNull BooleanWhen true, indicates breakfast is included.@NotNull BooleanWhen true, indicates brunch is included.@Valid CancellationPolicyAgentGet cancellationPolicyGet cancellationPolicyExceptions@NotNull BooleanWhen true, indicates dinner is included.Get earlyCheckInCharge@NotNull @Valid UUIDRate plan identifierGet lateCheckOutCharge@NotNull BooleangetLunch()When true, indicates lunch is included.@NotNull StringgetName()Provides the name of the rate plan.inthashCode()identifier(UUID identifier) lateCheckOutCharge(Object lateCheckOutCharge) voidsetAllInclusive(Boolean allInclusive) voidsetAllInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) voidsetBreakfast(Boolean breakfast) voidvoidsetCancellationPolicy(CancellationPolicyAgent cancellationPolicy) voidsetCancellationPolicyExceptions(CancellationPolicyExceptionsAgent cancellationPolicyExceptions) voidvoidsetEarlyCheckInCharge(Object earlyCheckInCharge) voidsetIdentifier(UUID identifier) voidsetLateCheckOutCharge(Object lateCheckOutCharge) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_BREAKFAST
- See Also:
-
JSON_PROPERTY_BRUNCH
- See Also:
-
JSON_PROPERTY_LUNCH
- See Also:
-
JSON_PROPERTY_DINNER
- See Also:
-
JSON_PROPERTY_ALL_INCLUSIVE
- See Also:
-
JSON_PROPERTY_ALL_INCLUSIVE_PLUS_ALCOHOL
- See Also:
-
JSON_PROPERTY_EARLY_CHECK_IN_CHARGE
- See Also:
-
JSON_PROPERTY_LATE_CHECK_OUT_CHARGE
- See Also:
-
JSON_PROPERTY_CANCELLATION_POLICY
- See Also:
-
JSON_PROPERTY_CANCELLATION_POLICY_EXCEPTIONS
- See Also:
-
-
Constructor Details
-
RoomConfigurationPriceRatePlanAgent
public RoomConfigurationPriceRatePlanAgent()
-
-
Method Details
-
identifier
-
getIdentifier
Rate plan identifier- Returns:
- identifier
-
setIdentifier
-
name
-
getName
Provides the name of the rate plan.- Returns:
- name
-
setName
-
breakfast
-
getBreakfast
When true, indicates breakfast is included.- Returns:
- breakfast
-
setBreakfast
-
brunch
-
getBrunch
When true, indicates brunch is included.- Returns:
- brunch
-
setBrunch
-
lunch
-
getLunch
When true, indicates lunch is included.- Returns:
- lunch
-
setLunch
-
dinner
-
getDinner
When true, indicates dinner is included.- Returns:
- dinner
-
setDinner
-
allInclusive
-
getAllInclusive
Everything included except alcohol- Returns:
- allInclusive
-
setAllInclusive
-
allInclusivePlusAlcohol
-
getAllInclusivePlusAlcohol
Everything included with alcohol- Returns:
- allInclusivePlusAlcohol
-
setAllInclusivePlusAlcohol
-
earlyCheckInCharge
-
getEarlyCheckInCharge
-
setEarlyCheckInCharge
-
lateCheckOutCharge
-
getLateCheckOutCharge
-
setLateCheckOutCharge
-
cancellationPolicy
public RoomConfigurationPriceRatePlanAgent cancellationPolicy(CancellationPolicyAgent cancellationPolicy) -
getCancellationPolicy
Get cancellationPolicy- Returns:
- cancellationPolicy
-
setCancellationPolicy
-
cancellationPolicyExceptions
public RoomConfigurationPriceRatePlanAgent cancellationPolicyExceptions(CancellationPolicyExceptionsAgent cancellationPolicyExceptions) -
getCancellationPolicyExceptions
Get cancellationPolicyExceptions- Returns:
- cancellationPolicyExceptions
-
setCancellationPolicyExceptions
public void setCancellationPolicyExceptions(CancellationPolicyExceptionsAgent cancellationPolicyExceptions) -
equals
-
hashCode
-
toString
-