public final class AccountTreeResponse
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 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.Flags| Constructor and Description |
|---|
AccountTreeResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountTreeResponse |
clone() |
Account |
getAccount()
The account created.
|
java.lang.String |
getKind()
Resource type for account ticket.
|
Profile |
getProfile()
View (Profile) for the account.
|
Webproperty |
getWebproperty()
Web property for the account.
|
AccountTreeResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
AccountTreeResponse |
setAccount(Account account)
The account created.
|
AccountTreeResponse |
setKind(java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Account getAccount()
null for nonepublic AccountTreeResponse setAccount(Account account)
account - account or null for nonepublic java.lang.String getKind()
null for nonepublic AccountTreeResponse setKind(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountTreeResponse clone()
clone in class com.google.api.client.json.GenericJson