public final class RoomP2PStatuses 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 |
|---|
RoomP2PStatuses() |
| Modifier and Type | Method and Description |
|---|---|
RoomP2PStatuses |
clone() |
String |
getKind()
Uniquely identifies the type of this resource.
|
List<RoomP2PStatus> |
getUpdates()
The updates for the peers.
|
RoomP2PStatuses |
set(String fieldName,
Object value) |
RoomP2PStatuses |
setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomP2PStatuses |
setUpdates(List<RoomP2PStatus> updates)
The updates for the peers.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getKind()
null for nonepublic RoomP2PStatuses setKind(String kind)
kind - kind or null for nonepublic List<RoomP2PStatus> getUpdates()
null for nonepublic RoomP2PStatuses setUpdates(List<RoomP2PStatus> updates)
updates - updates or null for nonepublic RoomP2PStatuses set(String fieldName, Object value)
set in class GenericJsonpublic RoomP2PStatuses clone()
clone in class GenericJson