public final class AccountSummary 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 Google Analytics 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 |
|---|
AccountSummary() |
| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
clone() |
String |
getId()
Account ID.
|
String |
getKind()
Resource type for Analytics AccountSummary.
|
String |
getName()
Account name.
|
Boolean |
getStarred()
Indicates whether this account is starred or not.
|
List<WebPropertySummary> |
getWebProperties()
List of web properties under this account.
|
AccountSummary |
set(String fieldName,
Object value) |
AccountSummary |
setId(String id)
Account ID.
|
AccountSummary |
setKind(String kind)
Resource type for Analytics AccountSummary.
|
AccountSummary |
setName(String name)
Account name.
|
AccountSummary |
setStarred(Boolean starred)
Indicates whether this account is starred or not.
|
AccountSummary |
setWebProperties(List<WebPropertySummary> webProperties)
List of web properties under 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 String getId()
null for nonepublic AccountSummary setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic AccountSummary setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic AccountSummary setName(String name)
name - name or null for nonepublic Boolean getStarred()
null for nonepublic AccountSummary setStarred(Boolean starred)
starred - starred or null for nonepublic List<WebPropertySummary> getWebProperties()
null for nonepublic AccountSummary setWebProperties(List<WebPropertySummary> webProperties)
webProperties - webProperties or null for nonepublic AccountSummary set(String fieldName, Object value)
set in class GenericJsonpublic AccountSummary clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.