public final class GamesPlayedResource
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 |
|---|
GamesPlayedResource() |
| Modifier and Type | Method and Description |
|---|---|
GamesPlayedResource |
clone() |
java.lang.Boolean |
getAutoMatched()
True if the player was auto-matched with the currently authenticated user.
|
java.lang.Long |
getTimeMillis()
The last time the player played the game in milliseconds since the epoch in UTC.
|
GamesPlayedResource |
set(java.lang.String fieldName,
java.lang.Object value) |
GamesPlayedResource |
setAutoMatched(java.lang.Boolean autoMatched)
True if the player was auto-matched with the currently authenticated user.
|
GamesPlayedResource |
setTimeMillis(java.lang.Long timeMillis)
The last time the player played the game in milliseconds since the epoch in UTC.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getAutoMatched()
null for nonepublic GamesPlayedResource setAutoMatched(java.lang.Boolean autoMatched)
autoMatched - autoMatched or null for nonepublic java.lang.Long getTimeMillis()
null for nonepublic GamesPlayedResource setTimeMillis(java.lang.Long timeMillis)
timeMillis - timeMillis or null for nonepublic GamesPlayedResource set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GamesPlayedResource clone()
clone in class com.google.api.client.json.GenericJson