Package travel.wink.sdk.inventory.model
Class AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-23T16:39:09.255618197+07:00[Asia/Bangkok]")
public class AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
extends Object
Property details along with the priced add-on record.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet hotelWithBestPriceGet inventoryWithPricegetSort()Populated when the record is in the context of static lists.inthashCode()hotelWithBestPrice(HotelWithBestPriceNonAuthenticatedEntity hotelWithBestPrice) inventoryWithPrice(AddOnLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) voidsetHotelWithBestPrice(HotelWithBestPriceNonAuthenticatedEntity hotelWithBestPrice) voidsetInventoryWithPrice(AddOnLocalizedInventoryNonAuthenticatedEntity 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
-
AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
public AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity()
-
-
Method Details
-
inventoryWithPrice
public AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity inventoryWithPrice(AddOnLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) -
getInventoryWithPrice
@Nullable @Valid public @Valid AddOnLocalizedInventoryNonAuthenticatedEntity getInventoryWithPrice()Get inventoryWithPrice- Returns:
- inventoryWithPrice
-
setInventoryWithPrice
-
hotelWithBestPrice
public AddOnLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity hotelWithBestPrice(HotelWithBestPriceNonAuthenticatedEntity 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
-
toString
-