Package tigase.push
Class PlainNotification
java.lang.Object
tigase.push.PlainNotification
- All Implemented Interfaces:
INotification,IPlainNotification
Created by andrzej on 02.01.2017.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tigase.push.api.INotification
INotification.Jingle, INotification.Meet, INotification.Priority, INotification.Processor<T>, INotification.Type -
Constructor Summary
ConstructorsConstructorDescriptionPlainNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, Long messageCount, tigase.xmpp.jid.JID lastMessageSender, String lastMessageBody, String groupchatSenderNickname) PlainNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, Long messageCount, tigase.xmpp.jid.JID lastMessageSender, String lastMessageBody, String groupchatSenderNickname, String eventName, INotification.Jingle jingle, INotification.Meet meet) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tigase.push.api.IPlainNotification
ifEventName, ifGroupchatSenderNickname, ifJingle, ifLastMessageBody, ifLastMessageSender, ifMeet, ifMessageCount
-
Constructor Details
-
PlainNotification
public PlainNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, Long messageCount, tigase.xmpp.jid.JID lastMessageSender, String lastMessageBody, String groupchatSenderNickname) -
PlainNotification
public PlainNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, Long messageCount, tigase.xmpp.jid.JID lastMessageSender, String lastMessageBody, String groupchatSenderNickname, String eventName, INotification.Jingle jingle, INotification.Meet meet)
-
-
Method Details
-
getMessageCount
- Specified by:
getMessageCountin interfaceIPlainNotification
-
getLastMessageSender
public tigase.xmpp.jid.JID getLastMessageSender()- Specified by:
getLastMessageSenderin interfaceIPlainNotification
-
getLastMessageBody
- Specified by:
getLastMessageBodyin interfaceIPlainNotification
-
getAccount
public tigase.xmpp.jid.BareJID getAccount()- Specified by:
getAccountin interfaceINotification
-
getPriority
- Specified by:
getPriorityin interfaceINotification
-
getGroupchatSenderNickname
- Specified by:
getGroupchatSenderNicknamein interfaceIPlainNotification
-
getType
- Specified by:
getTypein interfaceINotification
-
getEventName
- Specified by:
getEventNamein interfaceIPlainNotification
-
getJingle
- Specified by:
getJinglein interfaceIPlainNotification
-
getMeet
- Specified by:
getMeetin interfaceIPlainNotification
-
toString
-