public class InternalUnifiedPushMessage extends UnifiedPushMessage
UnifiedPushMessage with some additional information, which we will use for internal purposes,
like analytics tracking.| Modifier and Type | Field and Description |
|---|---|
static String |
PUSH_MESSAGE_ID
Constant for the "push payload id" key
|
| Constructor and Description |
|---|
InternalUnifiedPushMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIdentifier()
The Client Identifier showing who triggered the Push Notification.
|
String |
getIpAddress()
The IP address from the agent that did issue the push message request.
|
void |
setClientIdentifier(String clientIdentifier) |
void |
setIpAddress(String ipAddress) |
getConfig, getCriteria, getMessage, setConfig, setCriteria, setMessage, toJsonString, toMinimizedJsonString, toString, toStrippedJsonStringpublic static final String PUSH_MESSAGE_ID
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getClientIdentifier()
public void setClientIdentifier(String clientIdentifier)
Copyright © 2017 JBoss by Red Hat. All rights reserved.