Package travel.wink.sdk.lookup.model
Class RoomTypeWithBestPriceNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.RoomTypeWithBestPriceNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-27T18:02:37.943388305+07:00[Asia/Bangkok]")
public class RoomTypeWithBestPriceNonAuthenticatedEntity
extends Object
Best-priced room at property
-
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.Get roomTypeWithPriceConfigurationgetSort()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()roomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationNonAuthenticatedEntity roomTypeWithPriceConfiguration) voidsetAvailable(Boolean available) voidsetPerkValue(Integer perkValue) voidsetRoomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationNonAuthenticatedEntity roomTypeWithPriceConfiguration) voidtoString()
-
Field Details
-
JSON_PROPERTY_ROOM_TYPE_WITH_PRICE_CONFIGURATION
- See Also:
-
JSON_PROPERTY_PERK_VALUE
- See Also:
-
JSON_PROPERTY_AVAILABLE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
-
Constructor Details
-
RoomTypeWithBestPriceNonAuthenticatedEntity
public RoomTypeWithBestPriceNonAuthenticatedEntity()
-
-
Method Details
-
roomTypeWithPriceConfiguration
public RoomTypeWithBestPriceNonAuthenticatedEntity roomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationNonAuthenticatedEntity roomTypeWithPriceConfiguration) -
getRoomTypeWithPriceConfiguration
@Nullable @Valid public @Valid RoomTypeWithPriceConfigurationNonAuthenticatedEntity getRoomTypeWithPriceConfiguration()Get roomTypeWithPriceConfiguration- Returns:
- roomTypeWithPriceConfiguration
-
setRoomTypeWithPriceConfiguration
public void setRoomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationNonAuthenticatedEntity roomTypeWithPriceConfiguration) -
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
public int hashCode() -
toString
-