public final class TurnBasedMatchParticipant 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 |
|---|
TurnBasedMatchParticipant() |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchParticipant |
clone() |
Boolean |
getAutoMatched()
True if this participant was auto-matched with the requesting player.
|
AnonymousPlayer |
getAutoMatchedPlayer()
Information about a player that has been anonymously auto-matched against the requesting
player.
|
String |
getId()
An identifier for the participant in the scope of the match.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Player |
getPlayer()
Information about the player.
|
String |
getStatus()
The status of the participant with respect to the match.
|
TurnBasedMatchParticipant |
set(String fieldName,
Object value) |
TurnBasedMatchParticipant |
setAutoMatched(Boolean autoMatched)
True if this participant was auto-matched with the requesting player.
|
TurnBasedMatchParticipant |
setAutoMatchedPlayer(AnonymousPlayer autoMatchedPlayer)
Information about a player that has been anonymously auto-matched against the requesting
player.
|
TurnBasedMatchParticipant |
setId(String id)
An identifier for the participant in the scope of the match.
|
TurnBasedMatchParticipant |
setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchParticipant |
setPlayer(Player player)
Information about the player.
|
TurnBasedMatchParticipant |
setStatus(String status)
The status of the participant with respect to the match.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Boolean getAutoMatched()
null for nonepublic TurnBasedMatchParticipant setAutoMatched(Boolean autoMatched)
autoMatched - autoMatched or null for nonepublic AnonymousPlayer getAutoMatchedPlayer()
null for nonepublic TurnBasedMatchParticipant setAutoMatchedPlayer(AnonymousPlayer autoMatchedPlayer)
autoMatchedPlayer - autoMatchedPlayer or null for nonepublic String getId()
null for nonepublic TurnBasedMatchParticipant setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic TurnBasedMatchParticipant setKind(String kind)
kind - kind or null for nonepublic Player getPlayer()
null for nonepublic TurnBasedMatchParticipant setPlayer(Player player)
player - player or null for nonepublic String getStatus()
null for nonepublic TurnBasedMatchParticipant setStatus(String status)
status - status or null for nonepublic TurnBasedMatchParticipant set(String fieldName, Object value)
set in class GenericJsonpublic TurnBasedMatchParticipant clone()
clone in class GenericJson