public interface Notification extends Persisted
| Modifier and Type | Interface and Description |
|---|---|
static class |
Notification.Severity |
static class |
Notification.Type |
| Modifier and Type | Method and Description |
|---|---|
Notification |
addDetail(java.lang.String key,
java.lang.Object value) |
Notification |
addNode(Node node) |
Notification |
addNode(java.lang.String nodeId) |
Notification |
addSeverity(Notification.Severity severity) |
Notification |
addTimestamp(org.joda.time.DateTime timestamp) |
Notification |
addType(Notification.Type type) |
java.util.Map<java.lang.String,java.lang.Object> |
asMap() |
java.lang.Object |
getDetail(java.lang.String key) |
java.lang.String |
getNodeId() |
Notification.Severity |
getSeverity() |
org.joda.time.DateTime |
getTimestamp() |
Notification.Type |
getType() |
getEmbeddedValidations, getFields, getId, getValidationsNotification addType(Notification.Type type)
Notification addTimestamp(org.joda.time.DateTime timestamp)
Notification addSeverity(Notification.Severity severity)
Notification addNode(Node node)
org.joda.time.DateTime getTimestamp()
Notification.Type getType()
Notification.Severity getSeverity()
java.lang.String getNodeId()
Notification addDetail(java.lang.String key, java.lang.Object value)
java.lang.Object getDetail(java.lang.String key)
java.util.Map<java.lang.String,java.lang.Object> asMap()
Notification addNode(java.lang.String nodeId)
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.