public class PushSettings extends Object implements IPushSettings
IPushSettings.IDevice| Modifier and Type | Field and Description |
|---|---|
protected List<IPushSettings.IDevice> |
devices |
| Constructor and Description |
|---|
PushSettings(tigase.xmpp.jid.BareJID serviceJid,
String node,
tigase.xmpp.jid.BareJID ownerJid,
List<IPushSettings.IDevice> devices) |
| Modifier and Type | Method and Description |
|---|---|
IPushSettings |
addDevice(IPushSettings.IDevice device) |
List<IPushSettings.IDevice> |
getDevices() |
String |
getNode() |
tigase.xmpp.jid.BareJID |
getOwenerJid() |
tigase.xmpp.jid.BareJID |
getServiceJid() |
IPushSettings |
removeDevice(IPushSettings.IDevice device) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOwnerprotected final List<IPushSettings.IDevice> devices
public PushSettings(tigase.xmpp.jid.BareJID serviceJid,
String node,
tigase.xmpp.jid.BareJID ownerJid,
List<IPushSettings.IDevice> devices)
public List<IPushSettings.IDevice> getDevices()
getDevices in interface IPushSettingspublic String getNode()
getNode in interface IPushSettingspublic tigase.xmpp.jid.BareJID getOwenerJid()
getOwenerJid in interface IPushSettingspublic tigase.xmpp.jid.BareJID getServiceJid()
getServiceJid in interface IPushSettingspublic IPushSettings addDevice(IPushSettings.IDevice device)
addDevice in interface IPushSettingspublic IPushSettings removeDevice(IPushSettings.IDevice device)
removeDevice in interface IPushSettingsCopyright © 2017–2019 Tigase. All rights reserved.