public final class EventUpdateResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Game Services API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
EventUpdateResponse() |
| Modifier and Type | Method and Description |
|---|---|
EventUpdateResponse |
clone() |
java.util.List<EventBatchRecordFailure> |
getBatchFailures()
Any batch-wide failures which occurred applying updates.
|
java.util.List<EventRecordFailure> |
getEventFailures()
Any failures updating a particular event.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.util.List<PlayerEvent> |
getPlayerEvents()
The current status of any updated events
|
EventUpdateResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
EventUpdateResponse |
setBatchFailures(java.util.List<EventBatchRecordFailure> batchFailures)
Any batch-wide failures which occurred applying updates.
|
EventUpdateResponse |
setEventFailures(java.util.List<EventRecordFailure> eventFailures)
Any failures updating a particular event.
|
EventUpdateResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventUpdateResponse |
setPlayerEvents(java.util.List<PlayerEvent> playerEvents)
The current status of any updated events
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<EventBatchRecordFailure> getBatchFailures()
null for nonepublic EventUpdateResponse setBatchFailures(java.util.List<EventBatchRecordFailure> batchFailures)
batchFailures - batchFailures or null for nonepublic java.util.List<EventRecordFailure> getEventFailures()
null for nonepublic EventUpdateResponse setEventFailures(java.util.List<EventRecordFailure> eventFailures)
eventFailures - eventFailures or null for nonepublic java.lang.String getKind()
null for nonepublic EventUpdateResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<PlayerEvent> getPlayerEvents()
null for nonepublic EventUpdateResponse setPlayerEvents(java.util.List<PlayerEvent> playerEvents)
playerEvents - playerEvents or null for nonepublic EventUpdateResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventUpdateResponse clone()
clone in class com.google.api.client.json.GenericJson