public final class InstanceAndroidDetails extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstanceAndroidDetails() |
| Modifier and Type | Method and Description |
|---|---|
InstanceAndroidDetails |
clone() |
Boolean |
getEnablePiracyCheck()
Flag indicating whether the anti-piracy check is enabled.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
String |
getPackageName()
Android package name which maps to Google Play URL.
|
Boolean |
getPreferred()
Indicates that this instance is the default for new installations.
|
InstanceAndroidDetails |
set(String fieldName,
Object value) |
InstanceAndroidDetails |
setEnablePiracyCheck(Boolean enablePiracyCheck)
Flag indicating whether the anti-piracy check is enabled.
|
InstanceAndroidDetails |
setKind(String kind)
Uniquely identifies the type of this resource.
|
InstanceAndroidDetails |
setPackageName(String packageName)
Android package name which maps to Google Play URL.
|
InstanceAndroidDetails |
setPreferred(Boolean preferred)
Indicates that this instance is the default for new installations.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Boolean getEnablePiracyCheck()
null for nonepublic InstanceAndroidDetails setEnablePiracyCheck(Boolean enablePiracyCheck)
enablePiracyCheck - enablePiracyCheck or null for nonepublic String getKind()
null for nonepublic InstanceAndroidDetails setKind(String kind)
kind - kind or null for nonepublic String getPackageName()
null for nonepublic InstanceAndroidDetails setPackageName(String packageName)
packageName - packageName or null for nonepublic Boolean getPreferred()
null for nonepublic InstanceAndroidDetails setPreferred(Boolean preferred)
preferred - preferred or null for nonepublic InstanceAndroidDetails set(String fieldName, Object value)
set in class GenericJsonpublic InstanceAndroidDetails clone()
clone in class GenericJson