Class RoomTypeBestPriceNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.RoomTypeBestPriceNonAuthenticatedEntity
@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 RoomTypeBestPriceNonAuthenticatedEntity
extends Object
RoomTypeBestPriceNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull BooleanWhether this room type is available with this configuration@NotNull IntegerThe sum of all perks the master rate had made available.@NotNull @Valid RoomConfigurationPriceNonAuthenticatedEntitygetPrice()Price details for this room type configuration.@NotNull @Valid UUIDRoom type identifier.@NotNull IntegergetSort()When this room type is displayed in conjunction with many others, this sort property will often times be populated to indicate how the room types should be sorted and displayed.inthashCode()roomTypeIdentifier(UUID roomTypeIdentifier) voidsetAvailable(Boolean available) voidsetPerkValue(Integer perkValue) voidvoidsetRoomTypeIdentifier(UUID roomTypeIdentifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_ROOM_TYPE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
JSON_PROPERTY_PERK_VALUE
- See Also:
-
JSON_PROPERTY_AVAILABLE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
-
Constructor Details
-
RoomTypeBestPriceNonAuthenticatedEntity
public RoomTypeBestPriceNonAuthenticatedEntity()
-
-
Method Details
-
roomTypeIdentifier
-
getRoomTypeIdentifier
Room type identifier.- Returns:
- roomTypeIdentifier
-
setRoomTypeIdentifier
-
price
public RoomTypeBestPriceNonAuthenticatedEntity price(@Nonnull RoomConfigurationPriceNonAuthenticatedEntity price) -
getPrice
@Nonnull @NotNull @Valid public @NotNull @Valid RoomConfigurationPriceNonAuthenticatedEntity getPrice()Price details for this room type configuration.- Returns:
- price
-
setPrice
-
perkValue
-
getPerkValue
The sum of all perks the master rate had made available.- Returns:
- perkValue
-
setPerkValue
-
available
-
getAvailable
Whether this room type is available with this configuration- Returns:
- available
-
setAvailable
-
sort
-
getSort
When this room type is displayed in conjunction with many others, this sort property will often times be populated to indicate how the room types should be sorted and displayed.- Returns:
- sort
-
setSort
-
equals
-
hashCode
-
toString
-