Package travel.wink.sdk.extranet.model
Class BookingTestNotification
java.lang.Object
travel.wink.sdk.extranet.model.BookingTestNotification
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-11-08T09:36:20.822132243+07:00[Asia/Bangkok]")
public class BookingTestNotification
extends Object
Notification options
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooker(BookingTestNotificationUser booker) boolean@Valid BookingTestNotificationUserGet 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) voidsetBooker(BookingTestNotificationUser booker) voidsetNotifyBooker(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
-
BookingTestNotification
public BookingTestNotification()
-
-
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
-