public final class GetIosPostInstallAttributionResponse 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 |
|---|
GetIosPostInstallAttributionResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetIosPostInstallAttributionResponse |
clone() |
String |
getAppMinimumVersion()
The minimum version for app, specified by dev through ?imv= parameter.
|
String |
getAttributionConfidence()
The confidence of the returned attribution.
|
String |
getDeepLink()
The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
|
String |
getExternalBrowserDestinationLink()
User-agent specific custom-scheme URIs for iSDK to open.
|
String |
getFallbackLink()
The link to navigate to update the app if min version is not met.
|
String |
getInvitationId()
Invitation ID attributed post-install via one of several techniques (fingerprint, copy unique).
|
Boolean |
getIsStrongMatchExecutable()
Instruction for iSDK to attemmpt to perform strong match.
|
String |
getMatchMessage()
Describes why match failed, ie: "discarded due to low confidence".
|
String |
getRequestedLink()
Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint,
copy unique).
|
String |
getRequestIpVersion()
Which IP version the request was made from.
|
String |
getResolvedLink()
The entire FDL, expanded from a short link.
|
String |
getUtmCampaign()
Scion campaign value to be propagated by iSDK to Scion at post-install.
|
String |
getUtmContent()
Scion content value to be propagated by iSDK to Scion at app-reopen.
|
String |
getUtmMedium()
Scion medium value to be propagated by iSDK to Scion at post-install.
|
String |
getUtmSource()
Scion source value to be propagated by iSDK to Scion at post-install.
|
String |
getUtmTerm()
Scion term value to be propagated by iSDK to Scion at app-reopen.
|
GetIosPostInstallAttributionResponse |
set(String fieldName,
Object value) |
GetIosPostInstallAttributionResponse |
setAppMinimumVersion(String appMinimumVersion)
The minimum version for app, specified by dev through ?imv= parameter.
|
GetIosPostInstallAttributionResponse |
setAttributionConfidence(String attributionConfidence)
The confidence of the returned attribution.
|
GetIosPostInstallAttributionResponse |
setDeepLink(String deepLink)
The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
|
GetIosPostInstallAttributionResponse |
setExternalBrowserDestinationLink(String externalBrowserDestinationLink)
User-agent specific custom-scheme URIs for iSDK to open.
|
GetIosPostInstallAttributionResponse |
setFallbackLink(String fallbackLink)
The link to navigate to update the app if min version is not met.
|
GetIosPostInstallAttributionResponse |
setInvitationId(String invitationId)
Invitation ID attributed post-install via one of several techniques (fingerprint, copy unique).
|
GetIosPostInstallAttributionResponse |
setIsStrongMatchExecutable(Boolean isStrongMatchExecutable)
Instruction for iSDK to attemmpt to perform strong match.
|
GetIosPostInstallAttributionResponse |
setMatchMessage(String matchMessage)
Describes why match failed, ie: "discarded due to low confidence".
|
GetIosPostInstallAttributionResponse |
setRequestedLink(String requestedLink)
Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint,
copy unique).
|
GetIosPostInstallAttributionResponse |
setRequestIpVersion(String requestIpVersion)
Which IP version the request was made from.
|
GetIosPostInstallAttributionResponse |
setResolvedLink(String resolvedLink)
The entire FDL, expanded from a short link.
|
GetIosPostInstallAttributionResponse |
setUtmCampaign(String utmCampaign)
Scion campaign value to be propagated by iSDK to Scion at post-install.
|
GetIosPostInstallAttributionResponse |
setUtmContent(String utmContent)
Scion content value to be propagated by iSDK to Scion at app-reopen.
|
GetIosPostInstallAttributionResponse |
setUtmMedium(String utmMedium)
Scion medium value to be propagated by iSDK to Scion at post-install.
|
GetIosPostInstallAttributionResponse |
setUtmSource(String utmSource)
Scion source value to be propagated by iSDK to Scion at post-install.
|
GetIosPostInstallAttributionResponse |
setUtmTerm(String utmTerm)
Scion term value to be propagated by iSDK to Scion at app-reopen.
|
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 GetIosPostInstallAttributionResponse()
public String getAppMinimumVersion()
null for nonepublic GetIosPostInstallAttributionResponse setAppMinimumVersion(String appMinimumVersion)
appMinimumVersion - appMinimumVersion or null for nonepublic String getAttributionConfidence()
null for nonepublic GetIosPostInstallAttributionResponse setAttributionConfidence(String attributionConfidence)
attributionConfidence - attributionConfidence or null for nonepublic String getDeepLink()
null for nonepublic GetIosPostInstallAttributionResponse setDeepLink(String deepLink)
deepLink - deepLink or null for nonepublic String getExternalBrowserDestinationLink()
null for nonepublic GetIosPostInstallAttributionResponse setExternalBrowserDestinationLink(String externalBrowserDestinationLink)
externalBrowserDestinationLink - externalBrowserDestinationLink or null for nonepublic String getFallbackLink()
null for nonepublic GetIosPostInstallAttributionResponse setFallbackLink(String fallbackLink)
fallbackLink - fallbackLink or null for nonepublic String getInvitationId()
null for nonepublic GetIosPostInstallAttributionResponse setInvitationId(String invitationId)
invitationId - invitationId or null for nonepublic Boolean getIsStrongMatchExecutable()
null for nonepublic GetIosPostInstallAttributionResponse setIsStrongMatchExecutable(Boolean isStrongMatchExecutable)
isStrongMatchExecutable - isStrongMatchExecutable or null for nonepublic String getMatchMessage()
null for nonepublic GetIosPostInstallAttributionResponse setMatchMessage(String matchMessage)
matchMessage - matchMessage or null for nonepublic String getRequestIpVersion()
null for nonepublic GetIosPostInstallAttributionResponse setRequestIpVersion(String requestIpVersion)
requestIpVersion - requestIpVersion or null for nonepublic String getRequestedLink()
null for nonepublic GetIosPostInstallAttributionResponse setRequestedLink(String requestedLink)
requestedLink - requestedLink or null for nonepublic String getResolvedLink()
null for nonepublic GetIosPostInstallAttributionResponse setResolvedLink(String resolvedLink)
resolvedLink - resolvedLink or null for nonepublic String getUtmCampaign()
null for nonepublic GetIosPostInstallAttributionResponse setUtmCampaign(String utmCampaign)
utmCampaign - utmCampaign or null for nonepublic String getUtmContent()
null for nonepublic GetIosPostInstallAttributionResponse setUtmContent(String utmContent)
utmContent - utmContent or null for nonepublic String getUtmMedium()
null for nonepublic GetIosPostInstallAttributionResponse setUtmMedium(String utmMedium)
utmMedium - utmMedium or null for nonepublic String getUtmSource()
null for nonepublic GetIosPostInstallAttributionResponse setUtmSource(String utmSource)
utmSource - utmSource or null for nonepublic String getUtmTerm()
null for nonepublic GetIosPostInstallAttributionResponse setUtmTerm(String utmTerm)
utmTerm - utmTerm or null for nonepublic GetIosPostInstallAttributionResponse set(String fieldName, Object value)
set in class GenericJsonpublic GetIosPostInstallAttributionResponse clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.