Package travel.wink.sdk.inventory.model
Class AddOnLocalizedInventoryWithHotelBestPriceConsumer
java.lang.Object
travel.wink.sdk.inventory.model.AddOnLocalizedInventoryWithHotelBestPriceConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T16:58:17.825766235+07:00[Asia/Bangkok]")
public class AddOnLocalizedInventoryWithHotelBestPriceConsumer
extends Object
Property details along with the priced add-on record.
-
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(AddOnLocalizedInventoryConsumer inventoryWithPrice) voidsetHotelWithBestPrice(HotelWithBestPriceConsumer hotelWithBestPrice) voidsetInventoryWithPrice(AddOnLocalizedInventoryConsumer 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
-
AddOnLocalizedInventoryWithHotelBestPriceConsumer
public AddOnLocalizedInventoryWithHotelBestPriceConsumer()
-
-
Method Details
-
inventoryWithPrice
public AddOnLocalizedInventoryWithHotelBestPriceConsumer inventoryWithPrice(AddOnLocalizedInventoryConsumer inventoryWithPrice) -
getInventoryWithPrice
Get inventoryWithPrice- Returns:
- inventoryWithPrice
-
setInventoryWithPrice
-
hotelWithBestPrice
public AddOnLocalizedInventoryWithHotelBestPriceConsumer 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
-