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.
|
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 |
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)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.