public final class GetIosReopenAttributionResponse 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 |
|---|
GetIosReopenAttributionResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetIosReopenAttributionResponse |
clone() |
String |
getDeepLink()
The deep-link attributed the app universal link open.
|
String |
getInvitationId()
Optional invitation ID, for only invite typed requested FDL links.
|
String |
getIosMinAppVersion()
FDL input value of the "=" parameter, minimum app version to be returned to Google Firebase SDK
running on iOS-9.
|
String |
getResolvedLink()
The entire FDL, expanded from a short link.
|
String |
getUtmCampaign()
Scion campaign value to be propagated by iSDK to Scion at app-reopen.
|
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 app-reopen.
|
String |
getUtmSource()
Scion source value to be propagated by iSDK to Scion at app-reopen.
|
String |
getUtmTerm()
Scion term value to be propagated by iSDK to Scion at app-reopen.
|
GetIosReopenAttributionResponse |
set(String fieldName,
Object value) |
GetIosReopenAttributionResponse |
setDeepLink(String deepLink)
The deep-link attributed the app universal link open.
|
GetIosReopenAttributionResponse |
setInvitationId(String invitationId)
Optional invitation ID, for only invite typed requested FDL links.
|
GetIosReopenAttributionResponse |
setIosMinAppVersion(String iosMinAppVersion)
FDL input value of the "=" parameter, minimum app version to be returned to Google Firebase SDK
running on iOS-9.
|
GetIosReopenAttributionResponse |
setResolvedLink(String resolvedLink)
The entire FDL, expanded from a short link.
|
GetIosReopenAttributionResponse |
setUtmCampaign(String utmCampaign)
Scion campaign value to be propagated by iSDK to Scion at app-reopen.
|
GetIosReopenAttributionResponse |
setUtmContent(String utmContent)
Scion content value to be propagated by iSDK to Scion at app-reopen.
|
GetIosReopenAttributionResponse |
setUtmMedium(String utmMedium)
Scion medium value to be propagated by iSDK to Scion at app-reopen.
|
GetIosReopenAttributionResponse |
setUtmSource(String utmSource)
Scion source value to be propagated by iSDK to Scion at app-reopen.
|
GetIosReopenAttributionResponse |
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 String getDeepLink()
null for nonepublic GetIosReopenAttributionResponse setDeepLink(String deepLink)
deepLink - deepLink or null for nonepublic String getInvitationId()
null for nonepublic GetIosReopenAttributionResponse setInvitationId(String invitationId)
invitationId - invitationId or null for nonepublic String getIosMinAppVersion()
null for nonepublic GetIosReopenAttributionResponse setIosMinAppVersion(String iosMinAppVersion)
iosMinAppVersion - iosMinAppVersion or null for nonepublic String getResolvedLink()
null for nonepublic GetIosReopenAttributionResponse setResolvedLink(String resolvedLink)
resolvedLink - resolvedLink or null for nonepublic String getUtmCampaign()
null for nonepublic GetIosReopenAttributionResponse setUtmCampaign(String utmCampaign)
utmCampaign - utmCampaign or null for nonepublic String getUtmContent()
null for nonepublic GetIosReopenAttributionResponse setUtmContent(String utmContent)
utmContent - utmContent or null for nonepublic String getUtmMedium()
null for nonepublic GetIosReopenAttributionResponse setUtmMedium(String utmMedium)
utmMedium - utmMedium or null for nonepublic String getUtmSource()
null for nonepublic GetIosReopenAttributionResponse setUtmSource(String utmSource)
utmSource - utmSource or null for nonepublic String getUtmTerm()
null for nonepublic GetIosReopenAttributionResponse setUtmTerm(String utmTerm)
utmTerm - utmTerm or null for nonepublic GetIosReopenAttributionResponse set(String fieldName, Object value)
set in class GenericJsonpublic GetIosReopenAttributionResponse clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.