public class PushMessageInformation extends BaseModel
| Constructor and Description |
|---|
PushMessageInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariantInformations(VariantMetricInformation variantMetricInformation) |
Long |
getAppOpenCounter()
The number of time this Push Application was opened after a Push Notification
|
String |
getClientIdentifier()
The Client Identifier showing who triggered the Push Notification
|
Date |
getFirstOpenDate()
The date of the first time this Push Application was opened after a Push Notification
|
String |
getIpAddress()
The IP from the submitter of the push message request
|
Date |
getLastOpenDate()
The date of the last time this Push Application was opened after a Push Notification
|
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
|
Integer |
getServedVariants()
The number of variants that were fully processed (all batches were served).
|
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
|
Integer |
getTotalVariants()
The total number of variants to be served for the given push message.
|
Set<VariantMetricInformation> |
getVariantInformations()
Collection of specific infos around the related variants
|
void |
incrementAppOpenCounter()
Increment the AppOpenCounter
|
void |
setAppOpenCounter(Long appOpenCounter) |
void |
setClientIdentifier(String clientIdentifier) |
void |
setFirstOpenDate(Date firstOpenDate) |
void |
setIpAddress(String ipAddress) |
void |
setLastOpenDate(Date lastOpenDate) |
void |
setPushApplicationId(String pushApplicationId) |
void |
setRawJsonMessage(String rawJsonMessage) |
void |
setServedVariants(Integer servedVariants) |
void |
setSubmitDate(Date submitDate) |
void |
setTotalReceivers(Long totalReceivers) |
void |
setTotalVariants(Integer totalVariants) |
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 Long getAppOpenCounter()
public void setAppOpenCounter(Long appOpenCounter)
public void incrementAppOpenCounter()
public Date getFirstOpenDate()
public void setFirstOpenDate(Date firstOpenDate)
public Date getLastOpenDate()
public void setLastOpenDate(Date lastOpenDate)
public Integer getServedVariants()
getServedVariants() is equal to getTotalVariants(), the push message was fully processed.public void setServedVariants(Integer servedVariants)
public Integer getTotalVariants()
getTotalVariants() is equal to getServedVariants(), the push message was fully processed.public void setTotalVariants(Integer totalVariants)
public void addVariantInformations(VariantMetricInformation variantMetricInformation)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.