Package travel.wink.sdk.inventory.model
Class RoomTypeBestPriceNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.RoomTypeBestPriceNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-05-28T20:19:06.406920+07:00[Asia/Bangkok]")
public class RoomTypeBestPriceNonAuthenticatedEntity
extends Object
Best-priced room types
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether this room type is available with this configurationThe sum of all perks the master rate had made available.getPrice()Get price@Valid UUIDRoom type identifier.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.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(RoomConfigurationPriceNonAuthenticatedEntity price) -
getPrice
Get price- 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
-