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 receives for this variant that were found for the submitted push request
|
String |
getVariantID()
The ID of the involved variant
|
void |
setDeliveryStatus(Boolean deliveryStatus) |
void |
setPushMessageInformation(PushMessageInformation pushMessageInformation) |
void |
setReason(String reason) |
void |
setReceivers(long receivers) |
void |
setVariantID(String variantID) |
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)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.