public abstract class PlatformNotification extends Object implements PushModel
protected static class
PlatformNotification.Builder<T>
static String
ALERT
protected static org.slf4j.Logger
LOG
PlatformNotification(String alert, com.google.common.collect.ImmutableMap<String,String> extras, com.google.common.collect.ImmutableMap<String,Number> numberExtras, com.google.common.collect.ImmutableMap<String,Boolean> booleanExtras)
protected String
getAlert()
protected abstract String
getPlatform()
protected void
setAlert(String 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(String alert, com.google.common.collect.ImmutableMap<String,String> extras, com.google.common.collect.ImmutableMap<String,Number> numberExtras, com.google.common.collect.ImmutableMap<String,Boolean> booleanExtras)
public com.google.gson.JsonElement toJSON()
toJSON
PushModel
protected String getAlert()
protected void setAlert(String alert)
protected abstract String getPlatform()
Copyright © 2014. All Rights Reserved.