public final class HiddenPlayer
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 Management 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 |
|---|
HiddenPlayer() |
| Modifier and Type | Method and Description |
|---|---|
HiddenPlayer |
clone() |
java.lang.Long |
getHiddenTimeMillis()
The time this player was hidden.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
Player |
getPlayer()
The player information.
|
HiddenPlayer |
set(java.lang.String fieldName,
java.lang.Object value) |
HiddenPlayer |
setHiddenTimeMillis(java.lang.Long hiddenTimeMillis)
The time this player was hidden.
|
HiddenPlayer |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
HiddenPlayer |
setPlayer(Player player)
The player information.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getHiddenTimeMillis()
null for nonepublic HiddenPlayer setHiddenTimeMillis(java.lang.Long hiddenTimeMillis)
hiddenTimeMillis - hiddenTimeMillis or null for nonepublic java.lang.String getKind()
null for nonepublic HiddenPlayer setKind(java.lang.String kind)
kind - kind or null for nonepublic Player getPlayer()
null for nonepublic HiddenPlayer setPlayer(Player player)
player - player or null for nonepublic HiddenPlayer set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic HiddenPlayer clone()
clone in class com.google.api.client.json.GenericJson