public final class ITunesConnectAnalytics 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 |
|---|
ITunesConnectAnalytics() |
| Modifier and Type | Method and Description |
|---|---|
ITunesConnectAnalytics |
clone() |
String |
getAt()
Affiliate token used to create affiliate-coded links.
|
String |
getCt()
Campaign text that developers can optionally add to any link in order to track sales from a
specific marketing campaign.
|
String |
getMt()
iTune media types, including music, podcasts, audiobooks and so on.
|
String |
getPt()
Provider token that enables analytics for Dynamic Links from within iTunes Connect.
|
ITunesConnectAnalytics |
set(String fieldName,
Object value) |
ITunesConnectAnalytics |
setAt(String at)
Affiliate token used to create affiliate-coded links.
|
ITunesConnectAnalytics |
setCt(String ct)
Campaign text that developers can optionally add to any link in order to track sales from a
specific marketing campaign.
|
ITunesConnectAnalytics |
setMt(String mt)
iTune media types, including music, podcasts, audiobooks and so on.
|
ITunesConnectAnalytics |
setPt(String pt)
Provider token that enables analytics for Dynamic Links from within iTunes Connect.
|
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 getAt()
null for nonepublic ITunesConnectAnalytics setAt(String at)
at - at or null for nonepublic String getCt()
null for nonepublic ITunesConnectAnalytics setCt(String ct)
ct - ct or null for nonepublic String getMt()
null for nonepublic ITunesConnectAnalytics setMt(String mt)
mt - mt or null for nonepublic String getPt()
null for nonepublic ITunesConnectAnalytics setPt(String pt)
pt - pt or null for nonepublic ITunesConnectAnalytics set(String fieldName, Object value)
set in class GenericJsonpublic ITunesConnectAnalytics clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.