public final class PushTokenId 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
| Modifier and Type | Class and Description |
|---|---|
static class |
PushTokenId.Ios
A push token ID for iOS devices.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PushTokenId() |
| Modifier and Type | Method and Description |
|---|---|
PushTokenId |
clone() |
PushTokenId.Ios |
getIos()
A push token ID for iOS devices.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
PushTokenId |
set(String fieldName,
Object value) |
PushTokenId |
setIos(PushTokenId.Ios ios)
A push token ID for iOS devices.
|
PushTokenId |
setKind(String kind)
Uniquely identifies the type of this resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic PushTokenId.Ios getIos()
null for nonepublic PushTokenId setIos(PushTokenId.Ios ios)
ios - ios or null for nonepublic String getKind()
null for nonepublic PushTokenId setKind(String kind)
kind - kind or null for nonepublic PushTokenId set(String fieldName, Object value)
set in class GenericJsonpublic PushTokenId clone()
clone in class GenericJson