public final class PlayerLeaderboardScoreListResponse
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 |
|---|
PlayerLeaderboardScoreListResponse() |
| Modifier and Type | Method and Description |
|---|---|
PlayerLeaderboardScoreListResponse |
clone() |
java.util.List<PlayerLeaderboardScore> |
getItems()
The leaderboard scores.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.String |
getNextPageToken()
The pagination token for the next page of results.
|
Player |
getPlayer()
The Player resources for the owner of this score.
|
PlayerLeaderboardScoreListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
PlayerLeaderboardScoreListResponse |
setItems(java.util.List<PlayerLeaderboardScore> items)
The leaderboard scores.
|
PlayerLeaderboardScoreListResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
PlayerLeaderboardScoreListResponse |
setNextPageToken(java.lang.String nextPageToken)
The pagination token for the next page of results.
|
PlayerLeaderboardScoreListResponse |
setPlayer(Player player)
The Player resources for the owner of this score.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<PlayerLeaderboardScore> getItems()
null for nonepublic PlayerLeaderboardScoreListResponse setItems(java.util.List<PlayerLeaderboardScore> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic PlayerLeaderboardScoreListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic PlayerLeaderboardScoreListResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Player getPlayer()
null for nonepublic PlayerLeaderboardScoreListResponse setPlayer(Player player)
player - player or null for nonepublic PlayerLeaderboardScoreListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PlayerLeaderboardScoreListResponse clone()
clone in class com.google.api.client.json.GenericJson