Class NotificationPreviewRequest
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotificationPreviewRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetNotificationEventType(String pNotificationEventType) voidsetNotificationMediumType(String pNotificationMediumType) voidsetTemplateText(String pTemplateText) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
NotificationPreviewRequest
public NotificationPreviewRequest()
-
-
Method Details
-
setNotificationEventType
-
getNotificationEventType
-
setNotificationMediumType
-
getNotificationMediumType
-
setId
-
getId
-
setTemplateText
-
getTemplateText
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-