Class MeetingRoomLocalizedInventoryNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.MeetingRoomLocalizedInventoryNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-24T16:11:12.636990994+07:00[Asia/Bangkok]")
public class MeetingRoomLocalizedInventoryNonAuthenticatedEntity
extends Object
List of property meeting rooms on and off the premises.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryIdentifier(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.getList()Get _listGet meetingRoomGet priceListinthashCode()meetingRoom(MeetingRoomNonAuthenticatedEntity meetingRoom) voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidvoidsetMeetingRoom(MeetingRoomNonAuthenticatedEntity meetingRoom) voidtoString()
-
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()
-
-
Method Details
-
meetingRoom
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity meetingRoom(MeetingRoomNonAuthenticatedEntity meetingRoom) -
getMeetingRoom
Get meetingRoom- Returns:
- meetingRoom
-
setMeetingRoom
-
_list
-
addListItem
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity addListItem(LocalizedTransactionalTravelInventoryNonAuthenticatedEntity _listItem) -
getList
@Nullable @Valid public @Valid List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> getList()Get _list- Returns:
- _list
-
setList
-
channelInventoryIdentifier
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity channelInventoryIdentifier(UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
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(List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> priceList) -
addPriceListItem
public MeetingRoomLocalizedInventoryNonAuthenticatedEntity addPriceListItem(LocalizedTransactionalTravelInventoryNonAuthenticatedEntity priceListItem) -
getPriceList
@Nullable @Valid public @Valid List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> getPriceList()Get priceList- Returns:
- priceList
-
setPriceList
public void setPriceList(List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> priceList) -
equals
-
hashCode
-
toString
-