Class PackageWithBestPrice
java.lang.Object
travel.wink.sdk.booking.engine.model.PackageWithBestPrice
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-27T09:28:43.464694+07:00[Asia/Bangkok]")
public class PackageWithBestPrice
extends Object
Populated only when the type of grid item is `PACKAGE`
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryIdentifier(String channelInventoryIdentifier) booleanChannel inventory identifier referencing this spa.@Valid HotelWithBestPriceGet hotelWithBestPrice@Valid PackageOffergetOffer()Get offergetSort()Populated when the record is in the context of static lists.inthashCode()hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) offer(PackageOffer offer) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidsetOffer(PackageOffer offer) voidtoString()
-
Field Details
-
JSON_PROPERTY_OFFER
- See Also:
-
JSON_PROPERTY_HOTEL_WITH_BEST_PRICE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
-
Constructor Details
-
PackageWithBestPrice
public PackageWithBestPrice()
-
-
Method Details
-
offer
-
getOffer
Get offer- Returns:
- offer
-
setOffer
-
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 spa.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-