Class NotificationHistoryRecordDto
java.lang.Object
de.xima.fc.notification.ms.impl.subscribers.NotificationHistoryRecordDto
- All Implemented Interfaces:
Serializable
DTO for
NotificationHistoryEntity- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationHistoryRecordDto(Long id, NotificationChannelType targetChannel, NotificationAssigneeType subscriptionAssigneeType, Serializable subscriptionAssigneeId, NotificationType notificationType, Long referenceId, String context, Instant sentTimestamp, boolean sentSuccess) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()inthashCode()booleanvoidsetSentSuccess(boolean sentSuccess) voidsetSentTimestamp(Instant sentTimestamp) toString()
-
Constructor Details
-
NotificationHistoryRecordDto
public NotificationHistoryRecordDto(Long id, NotificationChannelType targetChannel, NotificationAssigneeType subscriptionAssigneeType, Serializable subscriptionAssigneeId, NotificationType notificationType, Long referenceId, String context, Instant sentTimestamp, boolean sentSuccess)
-
-
Method Details
-
getId
-
getTargetChannel
-
getSubscriptionAssigneeType
-
getSubscriptionAssigneeId
-
getNotificationType
-
getReferenceId
-
getContext
-
getSentTimestamp
-
isSentSuccess
public boolean isSentSuccess() -
setSentTimestamp
-
setSentSuccess
public void setSentSuccess(boolean sentSuccess) -
equals
-
canEqual
-
hashCode
-
toString
-