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: https://developers.google.com/api-client-library/java/google-http-java-client/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.
|
Integer |
getIosNetworkType()
iOS network type as defined in Reachability.h.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
String |
getNetworkOperatorCode()
The MCC+MNC code for the client's network connection.
|
String |
getNetworkOperatorName()
The name of the carrier of the client's network connection.
|
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 |
setIosNetworkType(Integer iosNetworkType)
iOS network type as defined in Reachability.h.
|
RoomLeaveDiagnostics |
setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomLeaveDiagnostics |
setNetworkOperatorCode(String networkOperatorCode)
The MCC+MNC code for the client's network connection.
|
RoomLeaveDiagnostics |
setNetworkOperatorName(String networkOperatorName)
The name of the carrier of the client's network connection.
|
RoomLeaveDiagnostics |
setPeerSession(List<PeerSessionDiagnostics> peerSession)
Diagnostics about all peer sessions.
|
RoomLeaveDiagnostics |
setSocketsUsed(Boolean socketsUsed)
Whether or not sockets were used.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 Integer getIosNetworkType()
null for nonepublic RoomLeaveDiagnostics setIosNetworkType(Integer iosNetworkType)
iosNetworkType - iosNetworkType or null for nonepublic String getKind()
null for nonepublic RoomLeaveDiagnostics setKind(String kind)
kind - kind or null for nonepublic String getNetworkOperatorCode()
null for nonepublic RoomLeaveDiagnostics setNetworkOperatorCode(String networkOperatorCode)
networkOperatorCode - networkOperatorCode or null for nonepublic String getNetworkOperatorName()
null for nonepublic RoomLeaveDiagnostics setNetworkOperatorName(String networkOperatorName)
networkOperatorName - networkOperatorName 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 GenericJsonCopyright © 2011–2020 Google. All rights reserved.