public final class RoomLeaveDiagnostics 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 |
|---|
RoomLeaveDiagnostics() |
| Modifier and Type | Method and Description |
|---|---|
RoomLeaveDiagnostics |
clone() |
Integer |
getAndroidNetworkSubtype()
Android network subtype.
|
Integer |
getAndroidNetworkType()
Android network type.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
List<PeerSessionDiagnostics> |
getPeerSession()
Diagnostics about all peer sessions.
|
Boolean |
getSocketsUsed()
Whether or not sockets were used.
|
RoomLeaveDiagnostics |
set(String fieldName,
Object value) |
RoomLeaveDiagnostics |
setAndroidNetworkSubtype(Integer androidNetworkSubtype)
Android network subtype.
|
RoomLeaveDiagnostics |
setAndroidNetworkType(Integer androidNetworkType)
Android network type.
|
RoomLeaveDiagnostics |
setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomLeaveDiagnostics |
setPeerSession(List<PeerSessionDiagnostics> peerSession)
Diagnostics about all peer sessions.
|
RoomLeaveDiagnostics |
setSocketsUsed(Boolean socketsUsed)
Whether or not sockets were used.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Integer getAndroidNetworkSubtype()
null for nonepublic RoomLeaveDiagnostics setAndroidNetworkSubtype(Integer androidNetworkSubtype)
androidNetworkSubtype - androidNetworkSubtype or null for nonepublic Integer getAndroidNetworkType()
null for nonepublic RoomLeaveDiagnostics setAndroidNetworkType(Integer androidNetworkType)
androidNetworkType - androidNetworkType or null for nonepublic String getKind()
null for nonepublic RoomLeaveDiagnostics setKind(String kind)
kind - kind or null for nonepublic List<PeerSessionDiagnostics> getPeerSession()
null for nonepublic RoomLeaveDiagnostics setPeerSession(List<PeerSessionDiagnostics> peerSession)
peerSession - peerSession or null for nonepublic Boolean getSocketsUsed()
null for nonepublic RoomLeaveDiagnostics setSocketsUsed(Boolean socketsUsed)
socketsUsed - socketsUsed or null for nonepublic RoomLeaveDiagnostics set(String fieldName, Object value)
set in class GenericJsonpublic RoomLeaveDiagnostics clone()
clone in class GenericJson