public final class InstanceWebDetails
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 |
|---|
InstanceWebDetails() |
| Modifier and Type | Method and Description |
|---|---|
InstanceWebDetails |
clone() |
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.String |
getLaunchUrl()
Launch URL for the game.
|
java.lang.Boolean |
getPreferred()
Indicates that this instance is the default for new installations.
|
InstanceWebDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
InstanceWebDetails |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
InstanceWebDetails |
setLaunchUrl(java.lang.String launchUrl)
Launch URL for the game.
|
InstanceWebDetails |
setPreferred(java.lang.Boolean preferred)
Indicates that this instance is the default for new installations.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic InstanceWebDetails setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getLaunchUrl()
null for nonepublic InstanceWebDetails setLaunchUrl(java.lang.String launchUrl)
launchUrl - launchUrl or null for nonepublic java.lang.Boolean getPreferred()
null for nonepublic InstanceWebDetails setPreferred(java.lang.Boolean preferred)
preferred - preferred or null for nonepublic InstanceWebDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceWebDetails clone()
clone in class com.google.api.client.json.GenericJson