public class UserNotification<M> extends DomainObject
Constructor and Description |
---|
UserNotification() |
Modifier and Type | Method and Description |
---|---|
String |
getCount()
An optional COUNT to supplement the message
|
M |
getMessage()
A message or JSON representation of a message
|
String |
getRecipient()
User or Page or Instance applicable intended to show t
|
String |
getSeverity()
A string that indicates the severity of the Notification.
|
String |
getStatus()
Optional status.
|
String |
getTags()
Useful in grouping notifications in categories and sub-categories
|
void |
setCount(String count)
An optional COUNT to supplement the message
|
void |
setMessage(M message)
A message or JSON representation of a message
|
void |
setRecipient(String recipient)
User or Page or Instance applicable intended to show t
|
void |
setSeverity(String severity)
A string that indicates the severity of the Notification.
|
void |
setStatus(String status)
Optional status.
|
void |
setTags(String tags)
Useful in grouping notifications in categories and sub-categories
|
public M getMessage()
public void setMessage(M message)
public String getCount()
public void setCount(String count)
public String getSeverity()
public void setSeverity(String severity)
public String getStatus()
public void setStatus(String status)
public String getTags()
public void setTags(String tags)
public String getRecipient()
public void setRecipient(String recipient)
Copyright © 2018. All rights reserved.