public class SystemNotification extends Notification
ACTION_EVENT_EXTERNAL_URL| Modifier | Constructor and Description |
|---|---|
protected |
SystemNotification() |
(package private) |
SystemNotification(Date startDate,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
SystemNotificationSeverity |
getSeverity() |
Date |
getStartDate() |
protected String |
getType() |
boolean |
isActive() |
void |
populateJSONObject(org.json.JSONObject json) |
void |
setEndDate(Date endDate) |
void |
setSeverity(SystemNotificationSeverity severity) |
void |
setStartDate(Date startDate) |
getActionEvent, getActionPayload, getId, getMessage, getTitle, setActionEvent, setActionPayload, setExternalUrl, setMessage, setTitle, toJSONObjectpublic SystemNotificationSeverity getSeverity()
public void setSeverity(SystemNotificationSeverity severity)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public boolean isActive()
protected String getType()
getType in class Notificationpublic void populateJSONObject(org.json.JSONObject json)
populateJSONObject in class NotificationCopyright © 2013–2017 V5 Analytics. All rights reserved.