public final class AccountTreeResponse 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 |
|---|
AccountTreeResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountTreeResponse |
clone() |
Account |
getAccount()
The account created.
|
String |
getKind()
Resource type for account ticket.
|
Profile |
getProfile()
View (Profile) for the account.
|
Webproperty |
getWebproperty()
Web property for the account.
|
AccountTreeResponse |
set(String fieldName,
Object value) |
AccountTreeResponse |
setAccount(Account account)
The account created.
|
AccountTreeResponse |
setKind(String kind)
Resource type for account ticket.
|
AccountTreeResponse |
setProfile(Profile profile)
View (Profile) for the account.
|
AccountTreeResponse |
setWebproperty(Webproperty webproperty)
Web property for the 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 Account getAccount()
null for nonepublic AccountTreeResponse setAccount(Account account)
account - account or null for nonepublic String getKind()
null for nonepublic AccountTreeResponse setKind(String kind)
kind - kind or null for nonepublic Profile getProfile()
null for nonepublic AccountTreeResponse setProfile(Profile profile)
profile - profile or null for nonepublic Webproperty getWebproperty()
null for nonepublic AccountTreeResponse setWebproperty(Webproperty webproperty)
webproperty - webproperty or null for nonepublic AccountTreeResponse set(String fieldName, Object value)
set in class GenericJsonpublic AccountTreeResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.