public final class EventChild
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 |
|---|
EventChild() |
| Modifier and Type | Method and Description |
|---|---|
EventChild |
clone() |
java.lang.String |
getChildId()
The ID of the child event.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
EventChild |
set(java.lang.String fieldName,
java.lang.Object value) |
EventChild |
setChildId(java.lang.String childId)
The ID of the child event.
|
EventChild |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getChildId()
null for nonepublic EventChild setChildId(java.lang.String childId)
childId - childId or null for nonepublic java.lang.String getKind()
null for nonepublic EventChild setKind(java.lang.String kind)
kind - kind or null for nonepublic EventChild set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventChild clone()
clone in class com.google.api.client.json.GenericJson