Class NotificationTestRequest
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotificationTestRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetComponentTemplates(Map<String, String> pComponentTemplates) voidsetNotificationEventType(String pNotificationEventType) voidsetNotificationMediumType(String pNotificationMediumType) voidsetRecipients(List<NotificationRecipient> pRecipients) voidsetTestDataId(Long pId) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
NotificationTestRequest
public NotificationTestRequest()
-
-
Method Details
-
setNotificationEventType
-
getNotificationEventType
-
setNotificationMediumType
-
getNotificationMediumType
-
setTestDataId
-
getTestDataId
-
setComponentTemplates
-
getComponentTemplates
-
setRecipients
-
getRecipients
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-