public final class Played
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 |
---|
Played() |
Modifier and Type | Method and Description |
---|---|
Played |
clone() |
java.lang.Boolean |
getAutoMatched()
True if the player was auto-matched with the currently authenticated user.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Long |
getTimeMillis()
The last time the player played the game in milliseconds since the epoch in UTC.
|
Played |
set(java.lang.String fieldName,
java.lang.Object value) |
Played |
setAutoMatched(java.lang.Boolean autoMatched)
True if the player was auto-matched with the currently authenticated user.
|
Played |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Played |
setTimeMillis(java.lang.Long timeMillis)
The last time the player played the game in milliseconds since the epoch in UTC.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getAutoMatched()
null
for nonepublic Played setAutoMatched(java.lang.Boolean autoMatched)
autoMatched
- autoMatched or null
for nonepublic java.lang.String getKind()
null
for nonepublic Played setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.Long getTimeMillis()
null
for nonepublic Played setTimeMillis(java.lang.Long timeMillis)
timeMillis
- timeMillis or null
for nonepublic Played set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Played clone()
clone
in class com.google.api.client.json.GenericJson