public final class NetworkDiagnostics 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 |
|---|
NetworkDiagnostics() |
| Modifier and Type | Method and Description |
|---|---|
NetworkDiagnostics |
clone() |
Integer |
getAndroidNetworkSubtype()
The Android network subtype.
|
Integer |
getAndroidNetworkType()
The Android network type.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Integer |
getRegistrationLatencyMillis()
The amount of time in milliseconds it took for the client to establish a connection with the
XMPP server.
|
NetworkDiagnostics |
set(String fieldName,
Object value) |
NetworkDiagnostics |
setAndroidNetworkSubtype(Integer androidNetworkSubtype)
The Android network subtype.
|
NetworkDiagnostics |
setAndroidNetworkType(Integer androidNetworkType)
The Android network type.
|
NetworkDiagnostics |
setKind(String kind)
Uniquely identifies the type of this resource.
|
NetworkDiagnostics |
setRegistrationLatencyMillis(Integer registrationLatencyMillis)
The amount of time in milliseconds it took for the client to establish a connection with the
XMPP server.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Integer getAndroidNetworkSubtype()
null for nonepublic NetworkDiagnostics setAndroidNetworkSubtype(Integer androidNetworkSubtype)
androidNetworkSubtype - androidNetworkSubtype or null for nonepublic Integer getAndroidNetworkType()
null for nonepublic NetworkDiagnostics setAndroidNetworkType(Integer androidNetworkType)
androidNetworkType - androidNetworkType or null for nonepublic String getKind()
null for nonepublic NetworkDiagnostics setKind(String kind)
kind - kind or null for nonepublic Integer getRegistrationLatencyMillis()
null for nonepublic NetworkDiagnostics setRegistrationLatencyMillis(Integer registrationLatencyMillis)
registrationLatencyMillis - registrationLatencyMillis or null for nonepublic NetworkDiagnostics set(String fieldName, Object value)
set in class GenericJsonpublic NetworkDiagnostics clone()
clone in class GenericJson