public final class TurnBasedMatchSync 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 |
|---|
TurnBasedMatchSync() |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchSync |
clone() |
List<TurnBasedMatch> |
getItems()
The matches.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Boolean |
getMoreAvailable()
True if there were more matches available to fetch at the time the response was generated
(which were not returned due to page size limits.)
|
String |
getNextPageToken()
The pagination token for the next page of results.
|
TurnBasedMatchSync |
set(String fieldName,
Object value) |
TurnBasedMatchSync |
setItems(List<TurnBasedMatch> items)
The matches.
|
TurnBasedMatchSync |
setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchSync |
setMoreAvailable(Boolean moreAvailable)
True if there were more matches available to fetch at the time the response was generated
(which were not returned due to page size limits.)
|
TurnBasedMatchSync |
setNextPageToken(String nextPageToken)
The pagination token for the next page of results.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<TurnBasedMatch> getItems()
null for nonepublic TurnBasedMatchSync setItems(List<TurnBasedMatch> items)
items - items or null for nonepublic String getKind()
null for nonepublic TurnBasedMatchSync setKind(String kind)
kind - kind or null for nonepublic Boolean getMoreAvailable()
null for nonepublic TurnBasedMatchSync setMoreAvailable(Boolean moreAvailable)
moreAvailable - moreAvailable or null for nonepublic String getNextPageToken()
null for nonepublic TurnBasedMatchSync setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic TurnBasedMatchSync set(String fieldName, Object value)
set in class GenericJsonpublic TurnBasedMatchSync clone()
clone in class GenericJson