public final class GoogleAnalyticsAdminV1betaAccountSummary
extends com.google.api.client.json.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 Google Analytics Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleAnalyticsAdminV1betaAccountSummary() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdminV1betaAccountSummary |
clone() |
String |
getAccount()
Resource name of account referred to by this account summary Format: accounts/{account_id}
Example: "accounts/1000"
|
String |
getDisplayName()
Display name for the account referred to in this account summary.
|
String |
getName()
Resource name for this account summary.
|
List<GoogleAnalyticsAdminV1betaPropertySummary> |
getPropertySummaries()
List of summaries for child accounts of this account.
|
GoogleAnalyticsAdminV1betaAccountSummary |
set(String fieldName,
Object value) |
GoogleAnalyticsAdminV1betaAccountSummary |
setAccount(String account)
Resource name of account referred to by this account summary Format: accounts/{account_id}
Example: "accounts/1000"
|
GoogleAnalyticsAdminV1betaAccountSummary |
setDisplayName(String displayName)
Display name for the account referred to in this account summary.
|
GoogleAnalyticsAdminV1betaAccountSummary |
setName(String name)
Resource name for this account summary.
|
GoogleAnalyticsAdminV1betaAccountSummary |
setPropertySummaries(List<GoogleAnalyticsAdminV1betaPropertySummary> propertySummaries)
List of summaries for child accounts of this account.
|
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 GoogleAnalyticsAdminV1betaAccountSummary()
public String getAccount()
null for nonepublic GoogleAnalyticsAdminV1betaAccountSummary setAccount(String account)
account - account or null for nonepublic String getDisplayName()
null for nonepublic GoogleAnalyticsAdminV1betaAccountSummary setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getName()
null for nonepublic GoogleAnalyticsAdminV1betaAccountSummary setName(String name)
name - name or null for nonepublic List<GoogleAnalyticsAdminV1betaPropertySummary> getPropertySummaries()
null for nonepublic GoogleAnalyticsAdminV1betaAccountSummary setPropertySummaries(List<GoogleAnalyticsAdminV1betaPropertySummary> propertySummaries)
propertySummaries - propertySummaries or null for nonepublic GoogleAnalyticsAdminV1betaAccountSummary set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAnalyticsAdminV1betaAccountSummary clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.