-
public final class OrigonNotificationPayload
-
-
Constructor Summary
Constructors Constructor Description OrigonNotificationPayload(String sessionId, String clientId, String messageId, String preview)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final UnitsetTitle(String title)final StringgetSessionId()final StringgetClientId()final StringgetMessageId()final StringgetPreview()-
-
Method Detail
-
getSessionId
final String getSessionId()
-
getClientId
final String getClientId()
-
getMessageId
final String getMessageId()
-
getPreview
final String getPreview()
-
-
-
-