public final class ParticipantResult 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 |
|---|
ParticipantResult() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantResult |
clone() |
String |
getKind()
Uniquely identifies the type of this resource.
|
String |
getParticipantId()
The ID of the participant.
|
Integer |
getPlacing()
The placement or ranking of the participant in the match results; a number from one to the
number of participants in the match.
|
String |
getResult()
The result of the participant for this match.
|
ParticipantResult |
set(String fieldName,
Object value) |
ParticipantResult |
setKind(String kind)
Uniquely identifies the type of this resource.
|
ParticipantResult |
setParticipantId(String participantId)
The ID of the participant.
|
ParticipantResult |
setPlacing(Integer placing)
The placement or ranking of the participant in the match results; a number from one to the
number of participants in the match.
|
ParticipantResult |
setResult(String result)
The result of the participant for this match.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getKind()
null for nonepublic ParticipantResult setKind(String kind)
kind - kind or null for nonepublic String getParticipantId()
null for nonepublic ParticipantResult setParticipantId(String participantId)
participantId - participantId or null for nonepublic Integer getPlacing()
null for nonepublic ParticipantResult setPlacing(Integer placing)
placing - placing or null for nonepublic String getResult()
null for nonepublic ParticipantResult setResult(String result)
result - result or null for nonepublic ParticipantResult set(String fieldName, Object value)
set in class GenericJsonpublic ParticipantResult clone()
clone in class GenericJson