public final class AchievementUnlockResponse
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 |
|---|
AchievementUnlockResponse() |
| Modifier and Type | Method and Description |
|---|---|
AchievementUnlockResponse |
clone() |
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Boolean |
getNewlyUnlocked()
Whether this achievement was newly unlocked (that is, whether the unlock request for the
achievement was the first for the player).
|
AchievementUnlockResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
AchievementUnlockResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
AchievementUnlockResponse |
setNewlyUnlocked(java.lang.Boolean newlyUnlocked)
Whether this achievement was newly unlocked (that is, whether the unlock request for the
achievement was the first for the player).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic AchievementUnlockResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Boolean getNewlyUnlocked()
null for nonepublic AchievementUnlockResponse setNewlyUnlocked(java.lang.Boolean newlyUnlocked)
newlyUnlocked - newlyUnlocked or null for nonepublic AchievementUnlockResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AchievementUnlockResponse clone()
clone in class com.google.api.client.json.GenericJson