public final class TurnBasedMatchRematch
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
TurnBasedMatchRematch() |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchRematch |
clone() |
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
TurnBasedMatchRematch |
setKind(java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic TurnBasedMatchRematch setKind(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TurnBasedMatchRematch clone()
clone in class com.google.api.client.json.GenericJson