public final class TurnBasedMatchRematch 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 |
|---|
TurnBasedMatchRematch() |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchRematch |
clone() |
String |
getKind()
Uniquely identifies the type of this resource.
|
TurnBasedMatch |
getPreviousMatch()
The old match that the rematch was created from; will be updated such that the rematchId field
will point at the new match.
|
TurnBasedMatch |
getRematch()
The newly created match; a rematch of the old match with the same participants.
|
TurnBasedMatchRematch |
set(String fieldName,
Object value) |
TurnBasedMatchRematch |
setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchRematch |
setPreviousMatch(TurnBasedMatch previousMatch)
The old match that the rematch was created from; will be updated such that the rematchId field
will point at the new match.
|
TurnBasedMatchRematch |
setRematch(TurnBasedMatch rematch)
The newly created match; a rematch of the old match with the same participants.
|
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 String getKind()
null for nonepublic TurnBasedMatchRematch setKind(String kind)
kind - kind or null for nonepublic TurnBasedMatch getPreviousMatch()
null for nonepublic TurnBasedMatchRematch setPreviousMatch(TurnBasedMatch previousMatch)
previousMatch - previousMatch or null for nonepublic TurnBasedMatch getRematch()
null for nonepublic TurnBasedMatchRematch setRematch(TurnBasedMatch rematch)
rematch - rematch or null for nonepublic TurnBasedMatchRematch set(String fieldName, Object value)
set in class GenericJsonpublic TurnBasedMatchRematch clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.