public final class AuthenticationToken
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 EMM API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
AuthenticationToken() |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
clone() |
java.lang.String |
getKind() |
java.lang.String |
getToken()
The authentication token to be passed to the device policy client on the device where it can be
used to provision the account for which this token was generated.
|
AuthenticationToken |
set(java.lang.String fieldName,
java.lang.Object value) |
AuthenticationToken |
setKind(java.lang.String kind) |
AuthenticationToken |
setToken(java.lang.String token)
The authentication token to be passed to the device policy client on the device where it can be
used to provision the account for which this token was generated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKind()
null
for nonepublic AuthenticationToken setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getToken()
null
for nonepublic AuthenticationToken setToken(java.lang.String token)
token
- token or null
for nonepublic AuthenticationToken set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public AuthenticationToken clone()
clone
in class com.google.api.client.json.GenericJson