Class RoomTypeWithPriceConfiguration
java.lang.Object
travel.wink.sdk.booking.engine.model.RoomTypeWithPriceConfiguration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-16T12:47:15.131812+07:00[Asia/Bangkok]")
public class RoomTypeWithPriceConfiguration
extends Object
Property's room type priced based on user session.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryIdentifier(String channelInventoryIdentifier) booleanGet channelInventoryIdentifier@Valid RoomConfigurationPricegetPrice()Get price@Valid GuestRoomgetRoom()Get roominthashCode()price(RoomConfigurationPrice price) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetPrice(RoomConfigurationPrice price) voidtoString()
-
Field Details
-
JSON_PROPERTY_ROOM
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
-
Constructor Details
-
RoomTypeWithPriceConfiguration
public RoomTypeWithPriceConfiguration()
-
-
Method Details
-
room
-
getRoom
Get room- Returns:
- room
-
setRoom
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
channelInventoryIdentifier
-
getChannelInventoryIdentifier
Get channelInventoryIdentifier- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-