public final class Category
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 |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
Category |
clone() |
java.lang.String |
getCategory()
The category name.
|
java.lang.Long |
getExperiencePoints()
Experience points earned in this category.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
Category |
set(java.lang.String fieldName,
java.lang.Object value) |
Category |
setCategory(java.lang.String category)
The category name.
|
Category |
setExperiencePoints(java.lang.Long experiencePoints)
Experience points earned in this category.
|
Category |
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 getCategory()
null for nonepublic Category setCategory(java.lang.String category)
category - category or null for nonepublic java.lang.Long getExperiencePoints()
null for nonepublic Category setExperiencePoints(java.lang.Long experiencePoints)
experiencePoints - experiencePoints or null for nonepublic java.lang.String getKind()
null for nonepublic Category setKind(java.lang.String kind)
kind - kind or null for nonepublic Category set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Category clone()
clone in class com.google.api.client.json.GenericJson