Class RestaurantWithBestPrice
java.lang.Object
travel.wink.sdk.booking.engine.model.RestaurantWithBestPrice
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:57:01.511487+07:00[Asia/Bangkok]")
public class RestaurantWithBestPrice
extends Object
Property details along with the priced restaurant record.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryIdentifier(String channelInventoryIdentifier) booleanChannel inventory identifier referencing this record.@Valid HotelWithBestPriceGet hotelWithBestPrice@Valid LocalizedPricegetPrice()Get price@Valid RestaurantGet restaurantgetSort()Populated when the record is in the context of static lists.inthashCode()hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) price(LocalizedPrice price) restaurant(Restaurant restaurant) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidsetPrice(LocalizedPrice price) voidsetRestaurant(Restaurant restaurant) voidtoString()
-
Field Details
-
JSON_PROPERTY_RESTAURANT
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
JSON_PROPERTY_HOTEL_WITH_BEST_PRICE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
-
Constructor Details
-
RestaurantWithBestPrice
public RestaurantWithBestPrice()
-
-
Method Details
-
restaurant
-
getRestaurant
Get restaurant- Returns:
- restaurant
-
setRestaurant
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
hotelWithBestPrice
-
getHotelWithBestPrice
Get hotelWithBestPrice- Returns:
- hotelWithBestPrice
-
setHotelWithBestPrice
-
sort
-
getSort
Populated when the record is in the context of static lists.- Returns:
- sort
-
setSort
-
channelInventoryIdentifier
-
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-