public final class AchievementResetResponse
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 |
|---|
AchievementResetResponse() |
| Modifier and Type | Method and Description |
|---|---|
AchievementResetResponse |
clone() |
java.lang.String |
getCurrentState()
The current state of the achievement.
|
java.lang.String |
getDefinitionId()
The ID of an achievement for which player state has been updated.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Boolean |
getUpdateOccurred()
Flag to indicate if the requested update actually occurred.
|
AchievementResetResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
AchievementResetResponse |
setCurrentState(java.lang.String currentState)
The current state of the achievement.
|
AchievementResetResponse |
setDefinitionId(java.lang.String definitionId)
The ID of an achievement for which player state has been updated.
|
AchievementResetResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
AchievementResetResponse |
setUpdateOccurred(java.lang.Boolean updateOccurred)
Flag to indicate if the requested update actually occurred.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCurrentState()
null for nonepublic AchievementResetResponse setCurrentState(java.lang.String currentState)
currentState - currentState or null for nonepublic java.lang.String getDefinitionId()
null for nonepublic AchievementResetResponse setDefinitionId(java.lang.String definitionId)
definitionId - definitionId or null for nonepublic java.lang.String getKind()
null for nonepublic AchievementResetResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Boolean getUpdateOccurred()
null for nonepublic AchievementResetResponse setUpdateOccurred(java.lang.Boolean updateOccurred)
updateOccurred - updateOccurred or null for nonepublic AchievementResetResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AchievementResetResponse clone()
clone in class com.google.api.client.json.GenericJson