public class PushMessageInformation extends BaseModel
| Constructor and Description |
|---|
PushMessageInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariantInformations(VariantMetricInformation variantMetricInformation) |
String |
getClientIdentifier()
The Client Identifier showing who triggered the Push Notification
|
String |
getIpAddress()
The IP from the submitter of the push message request
|
String |
getPushApplicationId()
The ID of the root push application, for which the push message request has been submitted
|
String |
getRawJsonMessage()
The raw JSON payload of the push message request
|
Date |
getSubmitDate()
The date when the push message request has been processed on the UPS
|
long |
getTotalReceivers()
The number of active tokens, regardless from the variants, to which this Push Message was sent to
|
Set<VariantMetricInformation> |
getVariantInformations()
Collection of specific infos around the related variants
|
void |
setClientIdentifier(String clientIdentifier) |
void |
setIpAddress(String ipAddress) |
void |
setPushApplicationId(String pushApplicationId) |
void |
setRawJsonMessage(String rawJsonMessage) |
void |
setSubmitDate(Date submitDate) |
void |
setTotalReceivers(long totalReceivers) |
void |
setVariantInformations(Set<VariantMetricInformation> variantInformations) |
public String getRawJsonMessage()
public void setRawJsonMessage(String rawJsonMessage)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Date getSubmitDate()
public void setSubmitDate(Date submitDate)
public Set<VariantMetricInformation> getVariantInformations()
public void setVariantInformations(Set<VariantMetricInformation> variantInformations)
public String getPushApplicationId()
public void setPushApplicationId(String pushApplicationId)
public String getClientIdentifier()
public void setClientIdentifier(String clientIdentifier)
public long getTotalReceivers()
public void setTotalReceivers(long totalReceivers)
public void addVariantInformations(VariantMetricInformation variantMetricInformation)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.