public class TransportNotification
extends java.lang.Object
Constructor and Description |
---|
TransportNotification(com.google.gson.JsonElement createdObject) |
TransportNotification(com.google.gson.JsonObject notificationObject,
Channel.NotificationType notificationType) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
getNotificationPath() |
Channel.NotificationType |
getNotificationType() |
com.google.gson.JsonElement |
getNotificationValue() |
boolean |
hasPath() |
boolean |
hasValue() |
void |
setNotificationPath(com.google.gson.JsonElement notificationPath) |
void |
setNotificationType(Channel.NotificationType notificationType) |
void |
setNotificationValue(com.google.gson.JsonElement notificationValue) |
public TransportNotification(com.google.gson.JsonObject notificationObject, Channel.NotificationType notificationType)
public TransportNotification(com.google.gson.JsonElement createdObject)
public Channel.NotificationType getNotificationType()
public void setNotificationType(Channel.NotificationType notificationType)
public com.google.gson.JsonElement getNotificationValue()
public void setNotificationValue(com.google.gson.JsonElement notificationValue)
public boolean hasValue()
public com.google.gson.JsonElement getNotificationPath()
public void setNotificationPath(com.google.gson.JsonElement notificationPath)
public boolean hasPath()