public final class TurnBasedMatchResults 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TurnBasedMatchResults() |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchResults |
clone() |
TurnBasedMatchDataRequest |
getData()
The final match data.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Integer |
getMatchVersion()
The version of the match being updated.
|
List<ParticipantResult> |
getResults()
The match results for the participants in the match.
|
TurnBasedMatchResults |
set(String fieldName,
Object value) |
TurnBasedMatchResults |
setData(TurnBasedMatchDataRequest data)
The final match data.
|
TurnBasedMatchResults |
setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchResults |
setMatchVersion(Integer matchVersion)
The version of the match being updated.
|
TurnBasedMatchResults |
setResults(List<ParticipantResult> results)
The match results for the participants in the match.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TurnBasedMatchDataRequest getData()
null for nonepublic TurnBasedMatchResults setData(TurnBasedMatchDataRequest data)
data - data or null for nonepublic String getKind()
null for nonepublic TurnBasedMatchResults setKind(String kind)
kind - kind or null for nonepublic Integer getMatchVersion()
null for nonepublic TurnBasedMatchResults setMatchVersion(Integer matchVersion)
matchVersion - matchVersion or null for nonepublic List<ParticipantResult> getResults()
null for nonepublic TurnBasedMatchResults setResults(List<ParticipantResult> results)
results - results or null for nonepublic TurnBasedMatchResults set(String fieldName, Object value)
set in class GenericJsonpublic TurnBasedMatchResults clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.