public final class AchievementRevealResponse
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 |
|---|
AchievementRevealResponse() |
| Modifier and Type | Method and Description |
|---|---|
AchievementRevealResponse |
clone() |
java.lang.String |
getCurrentState()
The current state of the achievement for which a reveal was attempted.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
AchievementRevealResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
AchievementRevealResponse |
setCurrentState(java.lang.String currentState)
The current state of the achievement for which a reveal was attempted.
|
AchievementRevealResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCurrentState()
null for nonepublic AchievementRevealResponse setCurrentState(java.lang.String currentState)
currentState - currentState or null for nonepublic java.lang.String getKind()
null for nonepublic AchievementRevealResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic AchievementRevealResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AchievementRevealResponse clone()
clone in class com.google.api.client.json.GenericJson