Package tigase.push
Class PushSettings
java.lang.Object
tigase.push.PushSettings
- All Implemented Interfaces:
IPushSettings
Created by andrzej on 02.01.2017.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tigase.push.api.IPushSettings
IPushSettings.IDevice -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPushSettings(int version, tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xmpp.jid.BareJID ownerJid, List<IPushSettings.IDevice> devices) -
Method Summary
Modifier and TypeMethodDescriptionaddDevice(IPushSettings.IDevice device) getNode()tigase.xmpp.jid.BareJIDtigase.xmpp.jid.BareJIDintremoveDevice(IPushSettings.IDevice device) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.push.api.IPushSettings
isOwner
-
Field Details
-
devices
-
-
Constructor Details
-
PushSettings
public PushSettings(int version, tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xmpp.jid.BareJID ownerJid, List<IPushSettings.IDevice> devices)
-
-
Method Details
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceIPushSettings
-
getDevices
- Specified by:
getDevicesin interfaceIPushSettings
-
getNode
- Specified by:
getNodein interfaceIPushSettings
-
getOwnerJid
public tigase.xmpp.jid.BareJID getOwnerJid()- Specified by:
getOwnerJidin interfaceIPushSettings
-
getServiceJid
public tigase.xmpp.jid.BareJID getServiceJid()- Specified by:
getServiceJidin interfaceIPushSettings
-
addDevice
- Specified by:
addDevicein interfaceIPushSettings
-
removeDevice
- Specified by:
removeDevicein interfaceIPushSettings
-