public final class PlayerScoreResetResponse
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 |
|---|
PlayerScoreResetResponse() |
| Modifier and Type | Method and Description |
|---|---|
PlayerScoreResetResponse |
clone() |
java.lang.String |
getDefinitionId()
The ID of an leaderboard for which player state has been updated.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.util.List<java.lang.String> |
getResetScoreTimeSpans()
The time spans of the updated score.
|
PlayerScoreResetResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
PlayerScoreResetResponse |
setDefinitionId(java.lang.String definitionId)
The ID of an leaderboard for which player state has been updated.
|
PlayerScoreResetResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
PlayerScoreResetResponse |
setResetScoreTimeSpans(java.util.List<java.lang.String> resetScoreTimeSpans)
The time spans of the updated score.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDefinitionId()
null for nonepublic PlayerScoreResetResponse setDefinitionId(java.lang.String definitionId)
definitionId - definitionId or null for nonepublic java.lang.String getKind()
null for nonepublic PlayerScoreResetResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<java.lang.String> getResetScoreTimeSpans()
null for nonepublic PlayerScoreResetResponse setResetScoreTimeSpans(java.util.List<java.lang.String> resetScoreTimeSpans)
resetScoreTimeSpans - resetScoreTimeSpans or null for nonepublic PlayerScoreResetResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PlayerScoreResetResponse clone()
clone in class com.google.api.client.json.GenericJson