public final class GamesAchievementIncrement
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 |
|---|
GamesAchievementIncrement() |
| Modifier and Type | Method and Description |
|---|---|
GamesAchievementIncrement |
clone() |
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Long |
getRequestId()
The requestId associated with an increment to an achievement.
|
java.lang.Integer |
getSteps()
The number of steps to be incremented.
|
GamesAchievementIncrement |
set(java.lang.String fieldName,
java.lang.Object value) |
GamesAchievementIncrement |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
GamesAchievementIncrement |
setRequestId(java.lang.Long requestId)
The requestId associated with an increment to an achievement.
|
GamesAchievementIncrement |
setSteps(java.lang.Integer steps)
The number of steps to be incremented.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic GamesAchievementIncrement setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Long getRequestId()
null for nonepublic GamesAchievementIncrement setRequestId(java.lang.Long requestId)
requestId - requestId or null for nonepublic java.lang.Integer getSteps()
null for nonepublic GamesAchievementIncrement setSteps(java.lang.Integer steps)
steps - steps or null for nonepublic GamesAchievementIncrement set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GamesAchievementIncrement clone()
clone in class com.google.api.client.json.GenericJson