public final class IosInfo 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 Firebase Dynamic Links API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IosInfo() |
| Modifier and Type | Method and Description |
|---|---|
IosInfo |
clone() |
String |
getIosAppStoreId()
iOS App Store ID.
|
String |
getIosBundleId()
iOS bundle ID of the app.
|
String |
getIosCustomScheme()
Custom (destination) scheme to use for iOS.
|
String |
getIosFallbackLink()
Link to open on iOS if the app is not installed.
|
String |
getIosIpadBundleId()
iPad bundle ID of the app.
|
String |
getIosIpadFallbackLink()
If specified, this overrides the ios_fallback_link value on iPads.
|
String |
getIosMinimumVersion()
iOS minimum version.
|
IosInfo |
set(String fieldName,
Object value) |
IosInfo |
setIosAppStoreId(String iosAppStoreId)
iOS App Store ID.
|
IosInfo |
setIosBundleId(String iosBundleId)
iOS bundle ID of the app.
|
IosInfo |
setIosCustomScheme(String iosCustomScheme)
Custom (destination) scheme to use for iOS.
|
IosInfo |
setIosFallbackLink(String iosFallbackLink)
Link to open on iOS if the app is not installed.
|
IosInfo |
setIosIpadBundleId(String iosIpadBundleId)
iPad bundle ID of the app.
|
IosInfo |
setIosIpadFallbackLink(String iosIpadFallbackLink)
If specified, this overrides the ios_fallback_link value on iPads.
|
IosInfo |
setIosMinimumVersion(String iosMinimumVersion)
iOS minimum version.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getIosAppStoreId()
null for nonepublic IosInfo setIosAppStoreId(String iosAppStoreId)
iosAppStoreId - iosAppStoreId or null for nonepublic String getIosBundleId()
null for nonepublic IosInfo setIosBundleId(String iosBundleId)
iosBundleId - iosBundleId or null for nonepublic String getIosCustomScheme()
null for nonepublic IosInfo setIosCustomScheme(String iosCustomScheme)
iosCustomScheme - iosCustomScheme or null for nonepublic String getIosFallbackLink()
null for nonepublic IosInfo setIosFallbackLink(String iosFallbackLink)
iosFallbackLink - iosFallbackLink or null for nonepublic String getIosIpadBundleId()
null for nonepublic IosInfo setIosIpadBundleId(String iosIpadBundleId)
iosIpadBundleId - iosIpadBundleId or null for nonepublic String getIosIpadFallbackLink()
null for nonepublic IosInfo setIosIpadFallbackLink(String iosIpadFallbackLink)
iosIpadFallbackLink - iosIpadFallbackLink or null for nonepublic String getIosMinimumVersion()
null for nonepublic IosInfo setIosMinimumVersion(String iosMinimumVersion)
iosMinimumVersion - iosMinimumVersion or null for nonepublic IosInfo set(String fieldName, Object value)
set in class GenericJsonpublic IosInfo clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.