Package travel.wink.sdk.extranet.model
Class DescriptiveRoomTypeWithPriceConfigurations
java.lang.Object
travel.wink.sdk.extranet.model.DescriptiveRoomTypeWithPriceConfigurations
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-31T13:46:32.173577+07:00[Asia/Bangkok]")
public class DescriptiveRoomTypeWithPriceConfigurations
extends Object
DescriptiveRoomTypeWithPriceConfigurations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceConfigurationsItem(DescriptiveRoomConfigurationPrice priceConfigurationsItem) bestPrice(DescriptiveRoomConfigurationPrice bestPrice) channelInventoryIdentifier(String channelInventoryIdentifier) booleanGet availableGet bestPriceGet channelInventoryIdentifierGet priceConfigurations@Valid MasterRateRoomgetRoom()Get roominthashCode()priceConfigurations(List<DescriptiveRoomConfigurationPrice> priceConfigurations) room(MasterRateRoom room) voidsetAvailable(Boolean available) voidsetBestPrice(DescriptiveRoomConfigurationPrice bestPrice) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetPriceConfigurations(List<DescriptiveRoomConfigurationPrice> priceConfigurations) voidsetRoom(MasterRateRoom room) toString()
-
Field Details
-
JSON_PROPERTY_ROOM
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_AVAILABLE
- See Also:
-
JSON_PROPERTY_BEST_PRICE
- See Also:
-
JSON_PROPERTY_PRICE_CONFIGURATIONS
- See Also:
-
-
Constructor Details
-
DescriptiveRoomTypeWithPriceConfigurations
public DescriptiveRoomTypeWithPriceConfigurations()
-
-
Method Details
-
room
-
getRoom
Get room- Returns:
- room
-
setRoom
-
channelInventoryIdentifier
public DescriptiveRoomTypeWithPriceConfigurations channelInventoryIdentifier(String channelInventoryIdentifier) -
getChannelInventoryIdentifier
Get channelInventoryIdentifier- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
available
-
getAvailable
Get available- Returns:
- available
-
setAvailable
-
bestPrice
public DescriptiveRoomTypeWithPriceConfigurations bestPrice(DescriptiveRoomConfigurationPrice bestPrice) -
getBestPrice
Get bestPrice- Returns:
- bestPrice
-
setBestPrice
-
priceConfigurations
public DescriptiveRoomTypeWithPriceConfigurations priceConfigurations(List<DescriptiveRoomConfigurationPrice> priceConfigurations) -
addPriceConfigurationsItem
public DescriptiveRoomTypeWithPriceConfigurations addPriceConfigurationsItem(DescriptiveRoomConfigurationPrice priceConfigurationsItem) -
getPriceConfigurations
Get priceConfigurations- Returns:
- priceConfigurations
-
setPriceConfigurations
-
equals
-
hashCode
public int hashCode() -
toString
-