public class VariantMetricInformation extends BaseModel
| Constructor and Description |
|---|
VariantMetricInformation() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeliveryStatus()
Indicator if the request to the actual push network, for the related variant, was successful or not.
|
PushMessageInformation |
getPushMessageInformation() |
String |
getReason()
In case of an error (deliveryStatus:false), there is most likely a reason which may give some more insights.
|
Long |
getReceivers()
Number of receivers for this variant that were found for the submitted push request
|
Integer |
getServedBatches()
The number of device token batches that were fully NotificationDispatcher.
|
Integer |
getTotalBatches()
The total number of device token batches that were loaded by the TokenLoader.
|
String |
getVariantID()
The ID of the involved variant
|
Long |
getVariantOpenCounter()
To track how many time this variant has been opened after a Push Notification
|
void |
incrementVariantOpenCounter() |
void |
setDeliveryStatus(Boolean deliveryStatus) |
void |
setPushMessageInformation(PushMessageInformation pushMessageInformation) |
void |
setReason(String reason) |
void |
setReceivers(Long receivers) |
void |
setServedBatches(Integer servedBatches) |
void |
setTotalBatches(Integer totalBatches) |
void |
setVariantID(String variantID) |
void |
setVariantOpenCounter(Long variantOpenCounter) |
public String getVariantID()
public void setVariantID(String variantID)
public Long getReceivers()
public void setReceivers(Long receivers)
public Boolean getDeliveryStatus()
public void setDeliveryStatus(Boolean deliveryStatus)
public String getReason()
public void setReason(String reason)
public PushMessageInformation getPushMessageInformation()
public void setPushMessageInformation(PushMessageInformation pushMessageInformation)
public Long getVariantOpenCounter()
public void setVariantOpenCounter(Long variantOpenCounter)
public void incrementVariantOpenCounter()
public Integer getServedBatches()
public void setServedBatches(Integer servedBatches)
public Integer getTotalBatches()
public void setTotalBatches(Integer totalBatches)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.