Package travel.wink.sdk.inventory.model
Class ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-05-28T20:19:06.406920+07:00[Asia/Bangkok]")
public class ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
extends Object
Populated only when the type of grid item is `ACTIVITY`
-
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(ActivityLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) voidsetHotelWithBestPrice(HotelWithBestPriceNonAuthenticatedEntity hotelWithBestPrice) voidsetInventoryWithPrice(ActivityLocalizedInventoryNonAuthenticatedEntity 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
-
ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity
public ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity()
-
-
Method Details
-
inventoryWithPrice
public ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity inventoryWithPrice(ActivityLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) -
getInventoryWithPrice
@Nullable @Valid public @Valid ActivityLocalizedInventoryNonAuthenticatedEntity getInventoryWithPrice()Get inventoryWithPrice- Returns:
- inventoryWithPrice
-
setInventoryWithPrice
public void setInventoryWithPrice(ActivityLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) -
hotelWithBestPrice
public ActivityLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity 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
-