Class AttractionWithBestPrice
java.lang.Object
travel.wink.sdk.booking.engine.model.AttractionWithBestPrice
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-05T13:54:07.858909+07:00[Asia/Bangkok]")
public class AttractionWithBestPrice
extends Object
Populated only when the type of grid item is `ATTRACTION`
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattraction(Attraction attraction) channelInventoryIdentifier(String channelInventoryIdentifier) boolean@Valid AttractionGet attractionChannel inventory identifier referencing this record.@Valid HotelWithBestPriceGet hotelWithBestPrice@Valid LocalizedPricegetPrice()Get pricegetSort()Populated when the record is in the context of static lists.inthashCode()hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) price(LocalizedPrice price) voidsetAttraction(Attraction attraction) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidsetPrice(LocalizedPrice price) voidtoString()
-
Field Details
-
JSON_PROPERTY_ATTRACTION
- 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
-
AttractionWithBestPrice
public AttractionWithBestPrice()
-
-
Method Details
-
attraction
-
getAttraction
Get attraction- Returns:
- attraction
-
setAttraction
-
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
-