Class NotificationTestRequest

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotificationTestRequest
All Implemented Interfaces:
Serializable

public class NotificationTestRequest extends BasePOJO
See Also:
  • Constructor Details

    • NotificationTestRequest

      public NotificationTestRequest()
  • Method Details

    • setNotificationEventType

      public void setNotificationEventType(String pNotificationEventType)
    • getNotificationEventType

      public String getNotificationEventType()
    • setNotificationMediumType

      public void setNotificationMediumType(String pNotificationMediumType)
    • getNotificationMediumType

      public String getNotificationMediumType()
    • setTestDataId

      public void setTestDataId(Long pId)
    • getTestDataId

      public Long getTestDataId()
    • setComponentTemplates

      public void setComponentTemplates(Map<String,String> pComponentTemplates)
    • getComponentTemplates

      public Map<String,String> getComponentTemplates()
    • setRecipients

      public void setRecipients(List<NotificationRecipient> pRecipients)
    • getRecipients

      public List<NotificationRecipient> getRecipients()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object