Class NotificationQueueEntry

java.lang.Object
com.liferay.notification.rest.dto.v1_0.NotificationQueueEntry
All Implemented Interfaces:
Serializable

@Generated("") public class NotificationQueueEntry extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • actions

      protected Map<String,Map<String,String>> actions
    • body

      protected String body
    • fromName

      protected String fromName
    • id

      protected Long id
    • recipients

      protected Object[] recipients
    • recipientsSummary

      protected String recipientsSummary
    • sentDate

      protected Date sentDate
    • status

      protected Integer status
    • subject

      protected String subject
    • triggerBy

      protected String triggerBy
    • type

      protected String type
    • typeLabel

      protected String typeLabel
    • xClassName

      public String xClassName
  • Constructor Details

    • NotificationQueueEntry

      public NotificationQueueEntry()
  • Method Details

    • toDTO

      public static NotificationQueueEntry toDTO(String json)
    • unsafeToDTO

      public static NotificationQueueEntry unsafeToDTO(String json)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • setBody

      public void setBody(com.liferay.petra.function.UnsafeSupplier<String,Exception> bodyUnsafeSupplier)
    • getFromName

      public String getFromName()
    • setFromName

      public void setFromName(String fromName)
    • setFromName

      public void setFromName(com.liferay.petra.function.UnsafeSupplier<String,Exception> fromNameUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getRecipients

      @Valid public @Valid Object[] getRecipients()
    • setRecipients

      public void setRecipients(Object[] recipients)
    • setRecipients

      public void setRecipients(com.liferay.petra.function.UnsafeSupplier<Object[],Exception> recipientsUnsafeSupplier)
    • getRecipientsSummary

      public String getRecipientsSummary()
    • setRecipientsSummary

      public void setRecipientsSummary(String recipientsSummary)
    • setRecipientsSummary

      public void setRecipientsSummary(com.liferay.petra.function.UnsafeSupplier<String,Exception> recipientsSummaryUnsafeSupplier)
    • getSentDate

      public Date getSentDate()
    • setSentDate

      public void setSentDate(Date sentDate)
    • setSentDate

      public void setSentDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> sentDateUnsafeSupplier)
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • setStatus

      public void setStatus(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> statusUnsafeSupplier)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • setSubject

      public void setSubject(com.liferay.petra.function.UnsafeSupplier<String,Exception> subjectUnsafeSupplier)
    • getTriggerBy

      public String getTriggerBy()
    • setTriggerBy

      public void setTriggerBy(String triggerBy)
    • setTriggerBy

      public void setTriggerBy(com.liferay.petra.function.UnsafeSupplier<String,Exception> triggerByUnsafeSupplier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,Exception> typeUnsafeSupplier)
    • getTypeLabel

      public String getTypeLabel()
    • setTypeLabel

      public void setTypeLabel(String typeLabel)
    • setTypeLabel

      public void setTypeLabel(com.liferay.petra.function.UnsafeSupplier<String,Exception> typeLabelUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object