Class StaticListItemInventoryAffiliate
java.lang.Object
travel.wink.sdk.affiliate.browse.model.StaticListItemInventoryAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class StaticListItemInventoryAffiliate
extends Object
StaticListItemInventoryAffiliate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumInventory type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommissionable(Boolean commissionable) boolean@NotNull BooleanWhether this is commissionable or not@NotNull BooleanWhether this blocking is enabled or not@NotNull @Valid UUIDChannel Inventory identifier@NotNull @Size(min=1) StringMain image of blocking@NotNull @Valid @Size(min=1) UUIDInventory type identifier@NotNull @Size(min=1) StringName of blocking as traveler is seeing itInventory type@NotNull @Valid GeoJsonPointAffiliateLocation@Valid CustomMonetaryAmountBest price of the room type or facility ancillary in platform currency@Valid CustomMonetaryAmountBest price of the room type or facility ancillary@NotNull @Valid SalesChannelLightweightAffiliateParent sales channelinthashCode()identifier(UUID identifier) imageIdentifier(String imageIdentifier) inventoryIdentifier(UUID inventoryIdentifier) inventoryNameInEnglish(String inventoryNameInEnglish) inventoryType(StaticListItemInventoryAffiliate.InventoryTypeEnum inventoryType) location(GeoJsonPointAffiliate location) lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) lowestPrice(CustomMonetaryAmount lowestPrice) salesChannel(SalesChannelLightweightAffiliate salesChannel) voidsetCommissionable(Boolean commissionable) voidsetEnabled(Boolean enabled) voidsetIdentifier(UUID identifier) voidsetImageIdentifier(String imageIdentifier) voidsetInventoryIdentifier(UUID inventoryIdentifier) voidsetInventoryNameInEnglish(String inventoryNameInEnglish) voidvoidsetLocation(GeoJsonPointAffiliate location) voidsetLowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidsetLowestPrice(CustomMonetaryAmount lowestPrice) voidsetSalesChannel(SalesChannelLightweightAffiliate salesChannel) toString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SALES_CHANNEL
- See Also:
-
JSON_PROPERTY_INVENTORY_TYPE
- See Also:
-
JSON_PROPERTY_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_INVENTORY_NAME_IN_ENGLISH
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_IMAGE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE
- See Also:
-
JSON_PROPERTY_LOWEST_PRICE
- See Also:
-
JSON_PROPERTY_LOWEST_DISPLAY_PRICE
- See Also:
-
-
Constructor Details
-
StaticListItemInventoryAffiliate
public StaticListItemInventoryAffiliate()
-
-
Method Details
-
identifier
-
getIdentifier
Channel Inventory identifier- Returns:
- identifier
-
setIdentifier
-
salesChannel
public StaticListItemInventoryAffiliate salesChannel(@Nonnull SalesChannelLightweightAffiliate salesChannel) -
getSalesChannel
Parent sales channel- Returns:
- salesChannel
-
setSalesChannel
-
inventoryType
public StaticListItemInventoryAffiliate inventoryType(@Nonnull StaticListItemInventoryAffiliate.InventoryTypeEnum inventoryType) -
getInventoryType
@Nonnull @NotNull public @NotNull StaticListItemInventoryAffiliate.InventoryTypeEnum getInventoryType()Inventory type- Returns:
- inventoryType
-
setInventoryType
public void setInventoryType(@Nonnull StaticListItemInventoryAffiliate.InventoryTypeEnum inventoryType) -
inventoryIdentifier
-
getInventoryIdentifier
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getInventoryIdentifier()Inventory type identifier- Returns:
- inventoryIdentifier
-
setInventoryIdentifier
-
inventoryNameInEnglish
public StaticListItemInventoryAffiliate inventoryNameInEnglish(@Nonnull String inventoryNameInEnglish) -
getInventoryNameInEnglish
Name of blocking as traveler is seeing it- Returns:
- inventoryNameInEnglish
-
setInventoryNameInEnglish
-
enabled
-
getEnabled
Whether this blocking is enabled or not- Returns:
- enabled
-
setEnabled
-
imageIdentifier
-
getImageIdentifier
Main image of blocking- Returns:
- imageIdentifier
-
setImageIdentifier
-
location
-
getLocation
Location- Returns:
- location
-
setLocation
-
commissionable
-
getCommissionable
Whether this is commissionable or not- Returns:
- commissionable
-
setCommissionable
-
lowestPrice
-
getLowestPrice
Best price of the room type or facility ancillary- Returns:
- lowestPrice
-
setLowestPrice
-
lowestDisplayPrice
public StaticListItemInventoryAffiliate lowestDisplayPrice(@Nullable CustomMonetaryAmount lowestDisplayPrice) -
getLowestDisplayPrice
Best price of the room type or facility ancillary in platform currency- Returns:
- lowestDisplayPrice
-
setLowestDisplayPrice
-
equals
-
hashCode
-
toString
-