public final class AnalyticsInfo 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 |
|---|
AnalyticsInfo() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsInfo |
clone() |
GooglePlayAnalytics |
getGooglePlayAnalytics()
Google Play Campaign Measurements.
|
ITunesConnectAnalytics |
getItunesConnectAnalytics()
iTunes Connect App Analytics.
|
AnalyticsInfo |
set(String fieldName,
Object value) |
AnalyticsInfo |
setGooglePlayAnalytics(GooglePlayAnalytics googlePlayAnalytics)
Google Play Campaign Measurements.
|
AnalyticsInfo |
setItunesConnectAnalytics(ITunesConnectAnalytics itunesConnectAnalytics)
iTunes Connect App Analytics.
|
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 GooglePlayAnalytics getGooglePlayAnalytics()
null for nonepublic AnalyticsInfo setGooglePlayAnalytics(GooglePlayAnalytics googlePlayAnalytics)
googlePlayAnalytics - googlePlayAnalytics or null for nonepublic ITunesConnectAnalytics getItunesConnectAnalytics()
null for nonepublic AnalyticsInfo setItunesConnectAnalytics(ITunesConnectAnalytics itunesConnectAnalytics)
itunesConnectAnalytics - itunesConnectAnalytics or null for nonepublic AnalyticsInfo set(String fieldName, Object value)
set in class GenericJsonpublic AnalyticsInfo clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.