|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.android.gcm.server.MulticastResult
public final class MulticastResult
Result of a GCM multicast message request .
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |