Package travel.wink.sdk.extranet.model
Class BookingTestNotificationSupplier
java.lang.Object
travel.wink.sdk.extranet.model.BookingTestNotificationSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-10T10:48:44.479471290+07:00[Asia/Bangkok]")
public class BookingTestNotificationSupplier
extends Object
Notification options
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid BookingTestNotificationUserSupplierGet bookerWhether to notify booker of bookingWhether to notify channel manager of bookingWhether to notify property of bookinginthashCode()notifyBooker(Boolean notifyBooker) notifyChannelManager(Boolean notifyChannelManager) notifyProperty(Boolean notifyProperty) voidvoidsetNotifyBooker(Boolean notifyBooker) voidsetNotifyChannelManager(Boolean notifyChannelManager) voidsetNotifyProperty(Boolean notifyProperty) toString()
-
Field Details
-
JSON_PROPERTY_NOTIFY_PROPERTY
- See Also:
-
JSON_PROPERTY_NOTIFY_CHANNEL_MANAGER
- See Also:
-
JSON_PROPERTY_NOTIFY_BOOKER
- See Also:
-
JSON_PROPERTY_BOOKER
- See Also:
-
-
Constructor Details
-
BookingTestNotificationSupplier
public BookingTestNotificationSupplier()
-
-
Method Details
-
notifyProperty
-
getNotifyProperty
Whether to notify property of booking- Returns:
- notifyProperty
-
setNotifyProperty
-
notifyChannelManager
-
getNotifyChannelManager
Whether to notify channel manager of booking- Returns:
- notifyChannelManager
-
setNotifyChannelManager
-
notifyBooker
-
getNotifyBooker
Whether to notify booker of booking- Returns:
- notifyBooker
-
setNotifyBooker
-
booker
-
getBooker
Get booker- Returns:
- booker
-
setBooker
-
equals
-
hashCode
public int hashCode() -
toString
-