Package travel.wink.sdk.inventory.model
Class ActivityLocalizedInventoryWithHotelBestPriceConsumer
java.lang.Object
travel.wink.sdk.inventory.model.ActivityLocalizedInventoryWithHotelBestPriceConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-24T16:37:24.208480553+07:00[Asia/Bangkok]")
public class ActivityLocalizedInventoryWithHotelBestPriceConsumer
extends Object
Populated only when the type of grid item is `ACTIVITY`
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid HotelWithBestPriceConsumerGet hotelWithBestPriceGet inventoryWithPricegetSort()Populated when the record is in the context of static lists.inthashCode()hotelWithBestPrice(HotelWithBestPriceConsumer hotelWithBestPrice) inventoryWithPrice(ActivityLocalizedInventoryConsumer inventoryWithPrice) voidsetHotelWithBestPrice(HotelWithBestPriceConsumer hotelWithBestPrice) voidsetInventoryWithPrice(ActivityLocalizedInventoryConsumer inventoryWithPrice) voidtoString()
-
Field Details
-
JSON_PROPERTY_INVENTORY_WITH_PRICE
- See Also:
-
JSON_PROPERTY_HOTEL_WITH_BEST_PRICE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
-
Constructor Details
-
ActivityLocalizedInventoryWithHotelBestPriceConsumer
public ActivityLocalizedInventoryWithHotelBestPriceConsumer()
-
-
Method Details
-
inventoryWithPrice
public ActivityLocalizedInventoryWithHotelBestPriceConsumer inventoryWithPrice(ActivityLocalizedInventoryConsumer inventoryWithPrice) -
getInventoryWithPrice
Get inventoryWithPrice- Returns:
- inventoryWithPrice
-
setInventoryWithPrice
-
hotelWithBestPrice
public ActivityLocalizedInventoryWithHotelBestPriceConsumer hotelWithBestPrice(HotelWithBestPriceConsumer hotelWithBestPrice) -
getHotelWithBestPrice
Get hotelWithBestPrice- Returns:
- hotelWithBestPrice
-
setHotelWithBestPrice
-
sort
-
getSort
Populated when the record is in the context of static lists.- Returns:
- sort
-
setSort
-
equals
-
hashCode
public int hashCode() -
toString
-