Class SentNotification
java.lang.Object
org.openremote.model.notification.SentNotification
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
protected String
protected Date
protected String
protected Long
protected AbstractNotificationMessage
protected String
protected Date
protected Notification.Source
protected String
protected Notification.TargetType
protected @NotNull String
protected @NotNull String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()
getId()
getName()
getType()
setAcknowledgedOn
(Date acknowledgedOn) setAcknowledgement
(String acknowledgement) setDeliveredOn
(Date deliveredOn) setMessage
(AbstractNotificationMessage message) setSource
(Notification.Source source) setSourceId
(String sourceId) setTarget
(Notification.TargetType target) setTargetId
(String targetId) toString()
-
Field Details
-
id
-
name
-
type
-
target
-
targetId
-
source
-
sourceId
-
message
-
error
-
sentOn
-
deliveredOn
-
acknowledgedOn
-
acknowledgement
-
-
Constructor Details
-
SentNotification
public SentNotification()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getType
-
setType
-
getSentOn
-
setSentOn
-
getSource
-
setSource
-
getSourceId
-
setSourceId
-
getTarget
-
setTarget
-
getTargetId
-
setTargetId
-
getMessage
-
setMessage
-
getDeliveredOn
-
setDeliveredOn
-
getAcknowledgedOn
-
setAcknowledgedOn
-
getAcknowledgement
-
setAcknowledgement
-
getError
-
setError
-
toString
-