Class NotificationHistoryEntity
java.lang.Object
de.xima.fc.notification.ms.impl.dao.entities.NotificationHistoryEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Timestamp when the notification was sent or was attempted to be sent if notsuccessful.booleanWhether the notification was sent successfully.voidsetContext(String context) voidvoidsetReferenceId(Long referenceId) voidsetSentSuccess(boolean sentSuccess) Whether the notification was sent successfully.voidsetSentTimestamp(Instant sentTimestamp) Timestamp when the notification was sent or was attempted to be sent if notsuccessful.voidsetTarget(NotificationTargetEntity target)
-
Constructor Details
-
NotificationHistoryEntity
public NotificationHistoryEntity()
-
-
Method Details
-
getId
-
getTarget
-
getReferenceId
-
getSentTimestamp
Timestamp when the notification was sent or was attempted to be sent if notsuccessful. -
isSentSuccess
public boolean isSentSuccess()Whether the notification was sent successfully. -
getContext
-
setId
-
setTarget
-
setReferenceId
-
setSentTimestamp
Timestamp when the notification was sent or was attempted to be sent if notsuccessful. -
setSentSuccess
public void setSentSuccess(boolean sentSuccess) Whether the notification was sent successfully. -
setContext
-