public final class InstanceAndroidDetails
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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
InstanceAndroidDetails() |
| Modifier and Type | Method and Description |
|---|---|
InstanceAndroidDetails |
clone() |
java.lang.Boolean |
getEnablePiracyCheck()
Flag indicating whether the anti-piracy check is enabled.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.String |
getPackageName()
Android package name which maps to Google Play URL.
|
java.lang.Boolean |
getPreferred()
Indicates that this instance is the default for new installations.
|
InstanceAndroidDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
InstanceAndroidDetails |
setEnablePiracyCheck(java.lang.Boolean enablePiracyCheck)
Flag indicating whether the anti-piracy check is enabled.
|
InstanceAndroidDetails |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
InstanceAndroidDetails |
setPackageName(java.lang.String packageName)
Android package name which maps to Google Play URL.
|
InstanceAndroidDetails |
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.Boolean getEnablePiracyCheck()
null for nonepublic InstanceAndroidDetails setEnablePiracyCheck(java.lang.Boolean enablePiracyCheck)
enablePiracyCheck - enablePiracyCheck or null for nonepublic java.lang.String getKind()
null for nonepublic InstanceAndroidDetails setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getPackageName()
null for nonepublic InstanceAndroidDetails setPackageName(java.lang.String packageName)
packageName - packageName or null for nonepublic java.lang.Boolean getPreferred()
null for nonepublic InstanceAndroidDetails setPreferred(java.lang.Boolean preferred)
preferred - preferred or null for nonepublic InstanceAndroidDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceAndroidDetails clone()
clone in class com.google.api.client.json.GenericJson