public final class ApplicationVerifyResponse
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ApplicationVerifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationVerifyResponse |
clone() |
java.lang.String |
getAlternatePlayerId()
An alternate ID that was once used for the player that was issued the auth token used in this
request.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.String |
getPlayerId()
The ID of the player that was issued the auth token used in this request.
|
ApplicationVerifyResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ApplicationVerifyResponse |
setAlternatePlayerId(java.lang.String alternatePlayerId)
An alternate ID that was once used for the player that was issued the auth token used in this
request.
|
ApplicationVerifyResponse |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
ApplicationVerifyResponse |
setPlayerId(java.lang.String playerId)
The ID of the player that was issued the auth token used in this request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAlternatePlayerId()
null for nonepublic ApplicationVerifyResponse setAlternatePlayerId(java.lang.String alternatePlayerId)
alternatePlayerId - alternatePlayerId or null for nonepublic java.lang.String getKind()
null for nonepublic ApplicationVerifyResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getPlayerId()
null for nonepublic ApplicationVerifyResponse setPlayerId(java.lang.String playerId)
playerId - playerId or null for nonepublic ApplicationVerifyResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ApplicationVerifyResponse clone()
clone in class com.google.api.client.json.GenericJson