public final class LeaderboardScoreRank extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LeaderboardScoreRank() |
| Modifier and Type | Method and Description |
|---|---|
LeaderboardScoreRank |
clone() |
String |
getFormattedNumScores()
The number of scores in the leaderboard as a string.
|
String |
getFormattedRank()
The rank in the leaderboard as a string.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Long |
getNumScores()
The number of scores in the leaderboard.
|
Long |
getRank()
The rank in the leaderboard.
|
LeaderboardScoreRank |
set(String fieldName,
Object value) |
LeaderboardScoreRank |
setFormattedNumScores(String formattedNumScores)
The number of scores in the leaderboard as a string.
|
LeaderboardScoreRank |
setFormattedRank(String formattedRank)
The rank in the leaderboard as a string.
|
LeaderboardScoreRank |
setKind(String kind)
Uniquely identifies the type of this resource.
|
LeaderboardScoreRank |
setNumScores(Long numScores)
The number of scores in the leaderboard.
|
LeaderboardScoreRank |
setRank(Long rank)
The rank in the leaderboard.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getFormattedNumScores()
null for nonepublic LeaderboardScoreRank setFormattedNumScores(String formattedNumScores)
formattedNumScores - formattedNumScores or null for nonepublic String getFormattedRank()
null for nonepublic LeaderboardScoreRank setFormattedRank(String formattedRank)
formattedRank - formattedRank or null for nonepublic String getKind()
null for nonepublic LeaderboardScoreRank setKind(String kind)
kind - kind or null for nonepublic Long getNumScores()
null for nonepublic LeaderboardScoreRank setNumScores(Long numScores)
numScores - numScores or null for nonepublic Long getRank()
null for nonepublic LeaderboardScoreRank setRank(Long rank)
rank - rank or null for nonepublic LeaderboardScoreRank set(String fieldName, Object value)
set in class GenericJsonpublic LeaderboardScoreRank clone()
clone in class GenericJson