public final class InstanceIosDetails
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 |
|---|
InstanceIosDetails() |
| Modifier and Type | Method and Description |
|---|---|
InstanceIosDetails |
clone() |
java.lang.String |
getBundleIdentifier()
Bundle identifier.
|
java.lang.String |
getItunesAppId()
iTunes App ID.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Boolean |
getPreferredForIpad()
Indicates that this instance is the default for new installations on iPad devices.
|
java.lang.Boolean |
getPreferredForIphone()
Indicates that this instance is the default for new installations on iPhone devices.
|
java.lang.Boolean |
getSupportIpad()
Flag to indicate if this instance supports iPad.
|
java.lang.Boolean |
getSupportIphone()
Flag to indicate if this instance supports iPhone.
|
InstanceIosDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
InstanceIosDetails |
setBundleIdentifier(java.lang.String bundleIdentifier)
Bundle identifier.
|
InstanceIosDetails |
setItunesAppId(java.lang.String itunesAppId)
iTunes App ID.
|
InstanceIosDetails |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
InstanceIosDetails |
setPreferredForIpad(java.lang.Boolean preferredForIpad)
Indicates that this instance is the default for new installations on iPad devices.
|
InstanceIosDetails |
setPreferredForIphone(java.lang.Boolean preferredForIphone)
Indicates that this instance is the default for new installations on iPhone devices.
|
InstanceIosDetails |
setSupportIpad(java.lang.Boolean supportIpad)
Flag to indicate if this instance supports iPad.
|
InstanceIosDetails |
setSupportIphone(java.lang.Boolean supportIphone)
Flag to indicate if this instance supports iPhone.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getBundleIdentifier()
null for nonepublic InstanceIosDetails setBundleIdentifier(java.lang.String bundleIdentifier)
bundleIdentifier - bundleIdentifier or null for nonepublic java.lang.String getItunesAppId()
null for nonepublic InstanceIosDetails setItunesAppId(java.lang.String itunesAppId)
itunesAppId - itunesAppId or null for nonepublic java.lang.String getKind()
null for nonepublic InstanceIosDetails setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Boolean getPreferredForIpad()
null for nonepublic InstanceIosDetails setPreferredForIpad(java.lang.Boolean preferredForIpad)
preferredForIpad - preferredForIpad or null for nonepublic java.lang.Boolean getPreferredForIphone()
null for nonepublic InstanceIosDetails setPreferredForIphone(java.lang.Boolean preferredForIphone)
preferredForIphone - preferredForIphone or null for nonepublic java.lang.Boolean getSupportIpad()
null for nonepublic InstanceIosDetails setSupportIpad(java.lang.Boolean supportIpad)
supportIpad - supportIpad or null for nonepublic java.lang.Boolean getSupportIphone()
null for nonepublic InstanceIosDetails setSupportIphone(java.lang.Boolean supportIphone)
supportIphone - supportIphone or null for nonepublic InstanceIosDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceIosDetails clone()
clone in class com.google.api.client.json.GenericJson