Class RoomConfigurationPriceRatePlanNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.RoomConfigurationPriceRatePlanNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-03T15:00:39.254575718+07:00[Asia/Bangkok]")
public class RoomConfigurationPriceRatePlanNonAuthenticatedEntity
extends Object
Specified rate plan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallInclusive(Boolean allInclusive) allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) cancellationPolicy(CancellationPolicyNonAuthenticatedEntity cancellationPolicy) cancellationPolicyExceptions(CancellationPolicyExceptionsNonAuthenticatedEntity 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.Get 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(CancellationPolicyNonAuthenticatedEntity cancellationPolicy) voidsetCancellationPolicyExceptions(CancellationPolicyExceptionsNonAuthenticatedEntity 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
-
RoomConfigurationPriceRatePlanNonAuthenticatedEntity
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity()
-
-
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
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) -
getAllInclusivePlusAlcohol
Everything included with alcohol- Returns:
- allInclusivePlusAlcohol
-
setAllInclusivePlusAlcohol
-
earlyCheckInCharge
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity earlyCheckInCharge(Object earlyCheckInCharge) -
getEarlyCheckInCharge
-
setEarlyCheckInCharge
-
lateCheckOutCharge
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity lateCheckOutCharge(Object lateCheckOutCharge) -
getLateCheckOutCharge
-
setLateCheckOutCharge
-
cancellationPolicy
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity cancellationPolicy(CancellationPolicyNonAuthenticatedEntity cancellationPolicy) -
getCancellationPolicy
Get cancellationPolicy- Returns:
- cancellationPolicy
-
setCancellationPolicy
-
cancellationPolicyExceptions
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity cancellationPolicyExceptions(CancellationPolicyExceptionsNonAuthenticatedEntity cancellationPolicyExceptions) -
getCancellationPolicyExceptions
@Nullable @Valid public @Valid CancellationPolicyExceptionsNonAuthenticatedEntity getCancellationPolicyExceptions()Get cancellationPolicyExceptions- Returns:
- cancellationPolicyExceptions
-
setCancellationPolicyExceptions
public void setCancellationPolicyExceptions(CancellationPolicyExceptionsNonAuthenticatedEntity cancellationPolicyExceptions) -
equals
-
hashCode
-
toString
-