public final class GamesPlayerLevelResource
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 |
|---|
GamesPlayerLevelResource() |
| Modifier and Type | Method and Description |
|---|---|
GamesPlayerLevelResource |
clone() |
java.lang.Integer |
getLevel()
The level for the user.
|
java.lang.Long |
getMaxExperiencePoints()
The maximum experience points for this level.
|
java.lang.Long |
getMinExperiencePoints()
The minimum experience points for this level.
|
GamesPlayerLevelResource |
set(java.lang.String fieldName,
java.lang.Object value) |
GamesPlayerLevelResource |
setLevel(java.lang.Integer level)
The level for the user.
|
GamesPlayerLevelResource |
setMaxExperiencePoints(java.lang.Long maxExperiencePoints)
The maximum experience points for this level.
|
GamesPlayerLevelResource |
setMinExperiencePoints(java.lang.Long minExperiencePoints)
The minimum experience points for this level.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getLevel()
null for nonepublic GamesPlayerLevelResource setLevel(java.lang.Integer level)
level - level or null for nonepublic java.lang.Long getMaxExperiencePoints()
null for nonepublic GamesPlayerLevelResource setMaxExperiencePoints(java.lang.Long maxExperiencePoints)
maxExperiencePoints - maxExperiencePoints or null for nonepublic java.lang.Long getMinExperiencePoints()
null for nonepublic GamesPlayerLevelResource setMinExperiencePoints(java.lang.Long minExperiencePoints)
minExperiencePoints - minExperiencePoints or null for nonepublic GamesPlayerLevelResource set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GamesPlayerLevelResource clone()
clone in class com.google.api.client.json.GenericJson