public final class MulticastResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MulticastResult.Builder |
| 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.
|
java.util.List<Result> |
getResults()
Gets the results of each individual message, which is immutable.
|
java.util.List<java.lang.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.
|
java.lang.String |
toString() |
public long getMulticastId()
public int getSuccess()
public int getTotal()
public int getFailure()
public int getCanonicalIds()
public java.util.List<Result> getResults()
public java.util.List<java.lang.Long> getRetryMulticastIds()
public java.lang.String toString()
toString in class java.lang.Object