Class RoomConfigurationPriceRatePlanNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.RoomConfigurationPriceRatePlanNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class RoomConfigurationPriceRatePlanNonAuthenticatedEntity
extends Object
RoomConfigurationPriceRatePlanNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallInclusive(Boolean allInclusive) allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) cancellationPolicy(CancellationPolicyLightweightNonAuthenticatedEntity 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.The cancellation policy for this rate plan.Allows a property to dynamically use another cancellation policy for a specific date range@NotNull BooleanWhen true, indicates dinner is included.Get earlyCheckInChargeorg.openapitools.jackson.nullable.JsonNullable<Object> @NotNull @Valid @Size(min=1) UUIDRate plan identifierGet lateCheckOutChargeorg.openapitools.jackson.nullable.JsonNullable<Object> @NotNull BooleangetLunch()When true, indicates lunch is included.@NotNull @Size(min=1) 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(CancellationPolicyLightweightNonAuthenticatedEntity cancellationPolicy) voidsetCancellationPolicyExceptions(CancellationPolicyExceptionsNonAuthenticatedEntity cancellationPolicyExceptions) voidvoidsetEarlyCheckInCharge(Object earlyCheckInCharge) voidsetEarlyCheckInCharge_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> earlyCheckInCharge) voidsetIdentifier(UUID identifier) voidsetLateCheckOutCharge(Object lateCheckOutCharge) voidsetLateCheckOutCharge_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<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
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity allInclusive(@Nonnull Boolean allInclusive) -
getAllInclusive
Everything included except alcohol- Returns:
- allInclusive
-
setAllInclusive
-
allInclusivePlusAlcohol
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity allInclusivePlusAlcohol(@Nonnull Boolean allInclusivePlusAlcohol) -
getAllInclusivePlusAlcohol
Everything included with alcohol- Returns:
- allInclusivePlusAlcohol
-
setAllInclusivePlusAlcohol
-
earlyCheckInCharge
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity earlyCheckInCharge(@Nullable Object earlyCheckInCharge) -
getEarlyCheckInCharge
-
getEarlyCheckInCharge_JsonNullable
-
setEarlyCheckInCharge_JsonNullable
public void setEarlyCheckInCharge_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> earlyCheckInCharge) -
setEarlyCheckInCharge
-
lateCheckOutCharge
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity lateCheckOutCharge(@Nullable Object lateCheckOutCharge) -
getLateCheckOutCharge
-
getLateCheckOutCharge_JsonNullable
-
setLateCheckOutCharge_JsonNullable
public void setLateCheckOutCharge_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> lateCheckOutCharge) -
setLateCheckOutCharge
-
cancellationPolicy
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity cancellationPolicy(@Nullable CancellationPolicyLightweightNonAuthenticatedEntity cancellationPolicy) -
getCancellationPolicy
@Nullable @Valid public @Valid CancellationPolicyLightweightNonAuthenticatedEntity getCancellationPolicy()The cancellation policy for this rate plan.- Returns:
- cancellationPolicy
-
setCancellationPolicy
public void setCancellationPolicy(@Nullable CancellationPolicyLightweightNonAuthenticatedEntity cancellationPolicy) -
cancellationPolicyExceptions
public RoomConfigurationPriceRatePlanNonAuthenticatedEntity cancellationPolicyExceptions(@Nullable CancellationPolicyExceptionsNonAuthenticatedEntity cancellationPolicyExceptions) -
getCancellationPolicyExceptions
@Nullable @Valid public @Valid CancellationPolicyExceptionsNonAuthenticatedEntity getCancellationPolicyExceptions()Allows a property to dynamically use another cancellation policy for a specific date range- Returns:
- cancellationPolicyExceptions
-
setCancellationPolicyExceptions
public void setCancellationPolicyExceptions(@Nullable CancellationPolicyExceptionsNonAuthenticatedEntity cancellationPolicyExceptions) -
equals
-
hashCode
-
toString
-