Class MeetingRoomLocalizedInventoryNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.MeetingRoomLocalizedInventoryNonAuthenticatedEntity
@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 MeetingRoomLocalizedInventoryNonAuthenticatedEntity
extends Object
MeetingRoomLocalizedInventoryNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMeetingRoomLocalizedInventoryNonAuthenticatedEntity(MeetingRoomLightweightNonAuthenticatedEntity meetingRoom) Constructor with only readonly parameters -
Method Summary
Modifier and TypeMethodDescription_list(List<@Valid LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> _list) addPriceListItem(Object priceListItem) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@Valid UUIDChannel inventory identifier referencing this record.The commission percentage.Whether this package is commissionable based on the incoming sales channel.@NotNull BooleanIndicates whether the blocking from sales channel is direct or not.@Valid List<@Valid LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> getList()Get _listInventory data objectGet priceListinthashCode()voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidvoidsetPriceList(List<Object> priceList) toString()
-
Field Details
-
JSON_PROPERTY_MEETING_ROOM
- See Also:
-
JSON_PROPERTY_LIST
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE
- See Also:
-
JSON_PROPERTY_COMMISSION
- See Also:
-
JSON_PROPERTY_DIRECT
- See Also:
-
JSON_PROPERTY_PRICE_LIST
- See Also:
-
-
Constructor Details
-
MeetingRoomLocalizedInventoryNonAuthenticatedEntity
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity() -
MeetingRoomLocalizedInventoryNonAuthenticatedEntity
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity(MeetingRoomLightweightNonAuthenticatedEntity meetingRoom) Constructor with only readonly parameters
-
-
Method Details
-
getMeetingRoom
Inventory data object- Returns:
- meetingRoom
-
_list
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity _list(@Nullable List<@Valid LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> _list) -
addListItem
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity addListItem(LocalizedTransactionalTravelInventoryNonAuthenticatedEntity _listItem) -
getList
@Nullable @Valid public @Valid List<@Valid LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> getList()Get _list- Returns:
- _list
-
setList
public void setList(@Nullable List<@Valid LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> _list) -
channelInventoryIdentifier
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity channelInventoryIdentifier(@Nullable UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
commissionable
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity commissionable(@Nullable Boolean commissionable) -
getCommissionable
Whether this package is commissionable based on the incoming sales channel.- Returns:
- commissionable
-
setCommissionable
-
commission
-
getCommission
-
setCommission
-
direct
-
getDirect
Indicates whether the blocking from sales channel is direct or not. If you are a travel agent doing your own acquiring, this flag has to be true to make a booking.- Returns:
- direct
-
setDirect
-
priceList
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity priceList(@Nullable List<Object> priceList) -
addPriceListItem
-
getPriceList
-
setPriceList
-
equals
-
hashCode
-
toString
-