Class RoomTypeWithPriceConfigurations
java.lang.Object
travel.wink.sdk.booking.engine.model.RoomTypeWithPriceConfigurations
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-08-07T09:36:43.710591+07:00[Asia/Bangkok]")
public class RoomTypeWithPriceConfigurations
extends Object
List of room types with price configurations based on the itinerary that was passed on the user session.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceConfigurationsItem(RoomConfigurationPrice priceConfigurationsItem) bestPrice(RoomConfigurationPrice bestPrice) channelInventoryIdentifier(String channelInventoryIdentifier) booleanGet available@Valid RoomConfigurationPriceGet bestPriceGet channelInventoryIdentifier@Valid List<RoomConfigurationPrice>Get priceConfigurations@Valid GuestRoomgetRoom()Get roominthashCode()priceConfigurations(List<RoomConfigurationPrice> priceConfigurations) voidsetAvailable(Boolean available) voidsetBestPrice(RoomConfigurationPrice bestPrice) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetPriceConfigurations(List<RoomConfigurationPrice> priceConfigurations) voidtoString()
-
Field Details
-
JSON_PROPERTY_ROOM
- See Also:
-
JSON_PROPERTY_PRICE_CONFIGURATIONS
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_AVAILABLE
- See Also:
-
JSON_PROPERTY_BEST_PRICE
- See Also:
-
-
Constructor Details
-
RoomTypeWithPriceConfigurations
public RoomTypeWithPriceConfigurations()
-
-
Method Details
-
room
-
getRoom
Get room- Returns:
- room
-
setRoom
-
priceConfigurations
public RoomTypeWithPriceConfigurations priceConfigurations(List<RoomConfigurationPrice> priceConfigurations) -
addPriceConfigurationsItem
public RoomTypeWithPriceConfigurations addPriceConfigurationsItem(RoomConfigurationPrice priceConfigurationsItem) -
getPriceConfigurations
Get priceConfigurations- Returns:
- priceConfigurations
-
setPriceConfigurations
-
channelInventoryIdentifier
public RoomTypeWithPriceConfigurations channelInventoryIdentifier(String channelInventoryIdentifier) -
getChannelInventoryIdentifier
Get channelInventoryIdentifier- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
available
-
getAvailable
Get available- Returns:
- available
-
setAvailable
-
bestPrice
-
getBestPrice
Get bestPrice- Returns:
- bestPrice
-
setBestPrice
-
equals
-
hashCode
public int hashCode() -
toString
-