Class Notification
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.notification.Notification
-
public class Notification extends JsonRepresentable
-
-
Constructor Summary
Constructors Constructor Description Notification(NotificationLevel level, NotificationTarget target, Namespace namespace, java.lang.String summary, java.lang.String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDetail()
NotificationLevel
getLevel()
Namespace
getNamespace()
java.lang.String
getSummary()
NotificationTarget
getTarget()
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-
-
-
Constructor Detail
-
Notification
public Notification(NotificationLevel level, NotificationTarget target, Namespace namespace, java.lang.String summary, java.lang.String detail)
-
-
Method Detail
-
getLevel
public NotificationLevel getLevel()
-
getTarget
public NotificationTarget getTarget()
-
getNamespace
public Namespace getNamespace()
-
getSummary
public java.lang.String getSummary()
-
getDetail
public java.lang.String getDetail()
-
-