public final class GetIosPostInstallAttributionRequest 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 |
|---|
GetIosPostInstallAttributionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIosPostInstallAttributionRequest |
clone() |
Long |
getAppInstallationTime()
App installation epoch time (https://en.wikipedia.org/wiki/Unix_time).
|
String |
getBundleId()
APP bundle ID.
|
DeviceInfo |
getDevice()
Device information.
|
String |
getIosVersion()
iOS version, ie: 9.3.5.
|
String |
getRetrievalMethod()
App post install attribution retrieval information.
|
String |
getSdkVersion()
Google SDK version.
|
String |
getUniqueMatchLinkToCheck()
Possible unique matched link that server need to check before performing fingerprint match.
|
String |
getVisualStyle()
Strong match page information.
|
GetIosPostInstallAttributionRequest |
set(String fieldName,
Object value) |
GetIosPostInstallAttributionRequest |
setAppInstallationTime(Long appInstallationTime)
App installation epoch time (https://en.wikipedia.org/wiki/Unix_time).
|
GetIosPostInstallAttributionRequest |
setBundleId(String bundleId)
APP bundle ID.
|
GetIosPostInstallAttributionRequest |
setDevice(DeviceInfo device)
Device information.
|
GetIosPostInstallAttributionRequest |
setIosVersion(String iosVersion)
iOS version, ie: 9.3.5.
|
GetIosPostInstallAttributionRequest |
setRetrievalMethod(String retrievalMethod)
App post install attribution retrieval information.
|
GetIosPostInstallAttributionRequest |
setSdkVersion(String sdkVersion)
Google SDK version.
|
GetIosPostInstallAttributionRequest |
setUniqueMatchLinkToCheck(String uniqueMatchLinkToCheck)
Possible unique matched link that server need to check before performing fingerprint match.
|
GetIosPostInstallAttributionRequest |
setVisualStyle(String visualStyle)
Strong match page information.
|
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 Long getAppInstallationTime()
null for nonepublic GetIosPostInstallAttributionRequest setAppInstallationTime(Long appInstallationTime)
appInstallationTime - appInstallationTime or null for nonepublic String getBundleId()
null for nonepublic GetIosPostInstallAttributionRequest setBundleId(String bundleId)
bundleId - bundleId or null for nonepublic DeviceInfo getDevice()
null for nonepublic GetIosPostInstallAttributionRequest setDevice(DeviceInfo device)
device - device or null for nonepublic String getIosVersion()
null for nonepublic GetIosPostInstallAttributionRequest setIosVersion(String iosVersion)
iosVersion - iosVersion or null for nonepublic String getRetrievalMethod()
null for nonepublic GetIosPostInstallAttributionRequest setRetrievalMethod(String retrievalMethod)
retrievalMethod - retrievalMethod or null for nonepublic String getSdkVersion()
null for nonepublic GetIosPostInstallAttributionRequest setSdkVersion(String sdkVersion)
sdkVersion - sdkVersion or null for nonepublic String getUniqueMatchLinkToCheck()
null for nonepublic GetIosPostInstallAttributionRequest setUniqueMatchLinkToCheck(String uniqueMatchLinkToCheck)
uniqueMatchLinkToCheck - uniqueMatchLinkToCheck or null for nonepublic String getVisualStyle()
null for nonepublic GetIosPostInstallAttributionRequest setVisualStyle(String visualStyle)
visualStyle - visualStyle or null for nonepublic GetIosPostInstallAttributionRequest set(String fieldName, Object value)
set in class GenericJsonpublic GetIosPostInstallAttributionRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.