public final class RoomLeaveDiagnostics
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 |
|---|
RoomLeaveDiagnostics() |
| Modifier and Type | Method and Description |
|---|---|
RoomLeaveDiagnostics |
clone() |
java.lang.Integer |
getAndroidNetworkSubtype()
Android network subtype.
|
java.lang.Integer |
getAndroidNetworkType()
Android network type.
|
java.lang.Integer |
getIosNetworkType()
iOS network type as defined in Reachability.h.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.String |
getNetworkOperatorCode()
The MCC+MNC code for the client's network connection.
|
java.lang.String |
getNetworkOperatorName()
The name of the carrier of the client's network connection.
|
java.util.List<PeerSessionDiagnostics> |
getPeerSession()
Diagnostics about all peer sessions.
|
java.lang.Boolean |
getSocketsUsed()
Whether or not sockets were used.
|
RoomLeaveDiagnostics |
set(java.lang.String fieldName,
java.lang.Object value) |
RoomLeaveDiagnostics |
setAndroidNetworkSubtype(java.lang.Integer androidNetworkSubtype)
Android network subtype.
|
RoomLeaveDiagnostics |
setAndroidNetworkType(java.lang.Integer androidNetworkType)
Android network type.
|
RoomLeaveDiagnostics |
setIosNetworkType(java.lang.Integer iosNetworkType)
iOS network type as defined in Reachability.h.
|
RoomLeaveDiagnostics |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
RoomLeaveDiagnostics |
setNetworkOperatorCode(java.lang.String networkOperatorCode)
The MCC+MNC code for the client's network connection.
|
RoomLeaveDiagnostics |
setNetworkOperatorName(java.lang.String networkOperatorName)
The name of the carrier of the client's network connection.
|
RoomLeaveDiagnostics |
setPeerSession(java.util.List<PeerSessionDiagnostics> peerSession)
Diagnostics about all peer sessions.
|
RoomLeaveDiagnostics |
setSocketsUsed(java.lang.Boolean socketsUsed)
Whether or not sockets were used.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getAndroidNetworkSubtype()
null for nonepublic RoomLeaveDiagnostics setAndroidNetworkSubtype(java.lang.Integer androidNetworkSubtype)
androidNetworkSubtype - androidNetworkSubtype or null for nonepublic java.lang.Integer getAndroidNetworkType()
null for nonepublic RoomLeaveDiagnostics setAndroidNetworkType(java.lang.Integer androidNetworkType)
androidNetworkType - androidNetworkType or null for nonepublic java.lang.Integer getIosNetworkType()
null for nonepublic RoomLeaveDiagnostics setIosNetworkType(java.lang.Integer iosNetworkType)
iosNetworkType - iosNetworkType or null for nonepublic java.lang.String getKind()
null for nonepublic RoomLeaveDiagnostics setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNetworkOperatorCode()
null for nonepublic RoomLeaveDiagnostics setNetworkOperatorCode(java.lang.String networkOperatorCode)
networkOperatorCode - networkOperatorCode or null for nonepublic java.lang.String getNetworkOperatorName()
null for nonepublic RoomLeaveDiagnostics setNetworkOperatorName(java.lang.String networkOperatorName)
networkOperatorName - networkOperatorName or null for nonepublic java.util.List<PeerSessionDiagnostics> getPeerSession()
null for nonepublic RoomLeaveDiagnostics setPeerSession(java.util.List<PeerSessionDiagnostics> peerSession)
peerSession - peerSession or null for nonepublic java.lang.Boolean getSocketsUsed()
null for nonepublic RoomLeaveDiagnostics setSocketsUsed(java.lang.Boolean socketsUsed)
socketsUsed - socketsUsed or null for nonepublic RoomLeaveDiagnostics set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RoomLeaveDiagnostics clone()
clone in class com.google.api.client.json.GenericJson