Class InventoryMapMarkerNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.InventoryMapMarkerNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class InventoryMapMarkerNonAuthenticatedEntity
extends Object
Inventory map marker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of blocking -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryIdentifier(String channelInventoryIdentifier) boolean@NotNull StringIdentifier of the list, channel inventory or search@NotNull @Valid UUIDActual blocking identifier@NotNull StringName of blockingType of blocking@NotNull @Valid CustomMonetaryAmountLowest price of blocking in desired currency@NotNull @Valid GeoJsonPointNonAuthenticatedEntitygetPoint()Location of blocking@NotNull @Valid UUIDHotel identifier@NotNull StringHotel nameinthashCode()inventoryIdentifier(UUID inventoryIdentifier) inventoryName(String inventoryName) lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidsetChannelInventoryIdentifier(String channelInventoryIdentifier) voidsetInventoryIdentifier(UUID inventoryIdentifier) voidsetInventoryName(String inventoryName) voidvoidsetLowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidvoidsetSupplierIdentifier(UUID supplierIdentifier) voidsetSupplierName(String supplierName) supplierIdentifier(UUID supplierIdentifier) supplierName(String supplierName) toString()
-
Field Details
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_POINT
- See Also:
-
JSON_PROPERTY_SUPPLIER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_NAME
- See Also:
-
JSON_PROPERTY_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_INVENTORY_TYPE
- See Also:
-
JSON_PROPERTY_INVENTORY_NAME
- See Also:
-
JSON_PROPERTY_LOWEST_DISPLAY_PRICE
- See Also:
-
-
Constructor Details
-
InventoryMapMarkerNonAuthenticatedEntity
public InventoryMapMarkerNonAuthenticatedEntity()
-
-
Method Details
-
channelInventoryIdentifier
public InventoryMapMarkerNonAuthenticatedEntity channelInventoryIdentifier(@Nonnull String channelInventoryIdentifier) -
getChannelInventoryIdentifier
Identifier of the list, channel inventory or search- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
point
public InventoryMapMarkerNonAuthenticatedEntity point(@Nonnull GeoJsonPointNonAuthenticatedEntity point) -
getPoint
Location of blocking- Returns:
- point
-
setPoint
-
supplierIdentifier
public InventoryMapMarkerNonAuthenticatedEntity supplierIdentifier(@Nonnull UUID supplierIdentifier) -
getSupplierIdentifier
Hotel identifier- Returns:
- supplierIdentifier
-
setSupplierIdentifier
-
supplierName
-
getSupplierName
-
setSupplierName
-
inventoryIdentifier
public InventoryMapMarkerNonAuthenticatedEntity inventoryIdentifier(@Nonnull UUID inventoryIdentifier) -
getInventoryIdentifier
Actual blocking identifier- Returns:
- inventoryIdentifier
-
setInventoryIdentifier
-
inventoryType
public InventoryMapMarkerNonAuthenticatedEntity inventoryType(@Nonnull InventoryMapMarkerNonAuthenticatedEntity.InventoryTypeEnum inventoryType) -
getInventoryType
@Nonnull @NotNull public @NotNull InventoryMapMarkerNonAuthenticatedEntity.InventoryTypeEnum getInventoryType()Type of blocking- Returns:
- inventoryType
-
setInventoryType
public void setInventoryType(@Nonnull InventoryMapMarkerNonAuthenticatedEntity.InventoryTypeEnum inventoryType) -
inventoryName
-
getInventoryName
-
setInventoryName
-
lowestDisplayPrice
public InventoryMapMarkerNonAuthenticatedEntity lowestDisplayPrice(@Nonnull CustomMonetaryAmount lowestDisplayPrice) -
getLowestDisplayPrice
Lowest price of blocking in desired currency- Returns:
- lowestDisplayPrice
-
setLowestDisplayPrice
-
equals
-
hashCode
-
toString
-