public final class PushTokenId
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
| Modifier and Type | Class and Description |
|---|---|
static class |
PushTokenId.Ios
A push token ID for iOS devices.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
PushTokenId() |
| Modifier and Type | Method and Description |
|---|---|
PushTokenId |
clone() |
PushTokenId.Ios |
getIos()
A push token ID for iOS devices.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
PushTokenId |
set(java.lang.String fieldName,
java.lang.Object value) |
PushTokenId |
setIos(PushTokenId.Ios ios)
A push token ID for iOS devices.
|
PushTokenId |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic PushTokenId.Ios getIos()
null for nonepublic PushTokenId setIos(PushTokenId.Ios ios)
ios - ios or null for nonepublic java.lang.String getKind()
null for nonepublic PushTokenId setKind(java.lang.String kind)
kind - kind or null for nonepublic PushTokenId set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PushTokenId clone()
clone in class com.google.api.client.json.GenericJson