public final class GetIosReopenAttributionRequest 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 |
|---|
GetIosReopenAttributionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIosReopenAttributionRequest |
clone() |
String |
getBundleId()
APP bundle ID.
|
String |
getRequestedLink()
FDL link to be verified from an app universal link open.
|
String |
getSdkVersion()
Google SDK version.
|
GetIosReopenAttributionRequest |
set(String fieldName,
Object value) |
GetIosReopenAttributionRequest |
setBundleId(String bundleId)
APP bundle ID.
|
GetIosReopenAttributionRequest |
setRequestedLink(String requestedLink)
FDL link to be verified from an app universal link open.
|
GetIosReopenAttributionRequest |
setSdkVersion(String sdkVersion)
Google SDK 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 getBundleId()
null for nonepublic GetIosReopenAttributionRequest setBundleId(String bundleId)
bundleId - bundleId or null for nonepublic String getRequestedLink()
null for nonepublic GetIosReopenAttributionRequest setRequestedLink(String requestedLink)
requestedLink - requestedLink or null for nonepublic String getSdkVersion()
null for nonepublic GetIosReopenAttributionRequest setSdkVersion(String sdkVersion)
sdkVersion - sdkVersion or null for nonepublic GetIosReopenAttributionRequest set(String fieldName, Object value)
set in class GenericJsonpublic GetIosReopenAttributionRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.