public final class MulticastResult extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
int |
getCanonicalIds()
Gets the number of successful messages that also returned a canonical
registration id.
|
int |
getFailure()
Gets the number of failed messages.
|
long |
getMulticastId()
Gets the multicast id.
|
List<Result> |
getResults()
Gets the results of each individual message, which is immutable.
|
List<Long> |
getRetryMulticastIds()
Gets additional ids if more than one multicast message was sent.
|
int |
getSuccess()
Gets the number of successful messages.
|
int |
getTotal()
Gets the total number of messages sent, regardless of the status.
|
String |
toString() |
public long getMulticastId()
public int getSuccess()
public int getTotal()
public int getFailure()
public int getCanonicalIds()
public List<Result> getResults()
public List<Long> getRetryMulticastIds()
Copyright © 2014. All Rights Reserved.