Class NotificationPreviewRequest

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

public class NotificationPreviewRequest extends BasePOJO
See Also:
  • Constructor Details

    • NotificationPreviewRequest

      public NotificationPreviewRequest()
  • Method Details

    • setNotificationEventType

      public void setNotificationEventType(String pNotificationEventType)
    • getNotificationEventType

      public String getNotificationEventType()
    • setNotificationMediumType

      public void setNotificationMediumType(String pNotificationMediumType)
    • getNotificationMediumType

      public String getNotificationMediumType()
    • setId

      public void setId(Long pId)
    • getId

      public Long getId()
    • setTemplateText

      public void setTemplateText(String pTemplateText)
    • getTemplateText

      public String getTemplateText()
    • 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