Class NotificationHistoryRecordDto

java.lang.Object
de.xima.fc.notification.ms.impl.subscribers.NotificationHistoryRecordDto
All Implemented Interfaces:
Serializable

public class NotificationHistoryRecordDto extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getTargetChannel

      public NotificationChannelType getTargetChannel()
    • getSubscriptionAssigneeType

      public NotificationAssigneeType getSubscriptionAssigneeType()
    • getSubscriptionAssigneeId

      public Serializable getSubscriptionAssigneeId()
    • getNotificationType

      public NotificationType getNotificationType()
    • getReferenceId

      public Long getReferenceId()
    • getContext

      public String getContext()
    • getSentTimestamp

      public Instant getSentTimestamp()
    • isSentSuccess

      public boolean isSentSuccess()
    • setSentTimestamp

      public void setSentTimestamp(Instant sentTimestamp)
    • setSentSuccess

      public void setSentSuccess(boolean sentSuccess)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object