public final class EventUpdateRequest
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
EventUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
EventUpdateRequest |
clone() |
java.lang.String |
getDefinitionId()
The ID of the event being modified in this update.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Long |
getUpdateCount()
The number of times this event occurred in this time period.
|
EventUpdateRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
EventUpdateRequest |
setDefinitionId(java.lang.String definitionId)
The ID of the event being modified in this update.
|
EventUpdateRequest |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventUpdateRequest |
setUpdateCount(java.lang.Long updateCount)
The number of times this event occurred in this time period.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDefinitionId()
null for nonepublic EventUpdateRequest setDefinitionId(java.lang.String definitionId)
definitionId - definitionId or null for nonepublic java.lang.String getKind()
null for nonepublic EventUpdateRequest setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Long getUpdateCount()
null for nonepublic EventUpdateRequest setUpdateCount(java.lang.Long updateCount)
updateCount - updateCount or null for nonepublic EventUpdateRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventUpdateRequest clone()
clone in class com.google.api.client.json.GenericJson