public abstract class PlatformNotification extends Object implements PushModel
protected static class
PlatformNotification.Builder<T extends PlatformNotification,B extends PlatformNotification.Builder<T,B>>
static String
ALERT
protected static org.slf4j.Logger
LOG
gson
PlatformNotification(Object alert, Map<String,String> extras, Map<String,Number> numberExtras, Map<String,Boolean> booleanExtras, Map<String,com.google.gson.JsonObject> jsonExtras)
protected Object
getAlert()
protected abstract String
getPlatform()
protected void
setAlert(Object alert)
com.google.gson.JsonElement
toJSON()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ALERT
protected static final org.slf4j.Logger LOG
public PlatformNotification(Object alert, Map<String,String> extras, Map<String,Number> numberExtras, Map<String,Boolean> booleanExtras, Map<String,com.google.gson.JsonObject> jsonExtras)
public com.google.gson.JsonElement toJSON()
toJSON
PushModel
protected Object getAlert()
protected void setAlert(Object alert)
protected abstract String getPlatform()
Copyright © 2017. All Rights Reserved.