public final class AccountTreeRequest
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 |
|---|
AccountTreeRequest() |
| Modifier and Type | Method and Description |
|---|---|
AccountTreeRequest |
clone() |
java.lang.String |
getAccountName() |
java.lang.String |
getKind()
Resource type for account ticket.
|
java.lang.String |
getProfileName() |
java.lang.String |
getTimezone() |
java.lang.String |
getWebpropertyName() |
java.lang.String |
getWebsiteUrl() |
AccountTreeRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
AccountTreeRequest |
setAccountName(java.lang.String accountName) |
AccountTreeRequest |
setKind(java.lang.String kind)
Resource type for account ticket.
|
AccountTreeRequest |
setProfileName(java.lang.String profileName) |
AccountTreeRequest |
setTimezone(java.lang.String timezone) |
AccountTreeRequest |
setWebpropertyName(java.lang.String webpropertyName) |
AccountTreeRequest |
setWebsiteUrl(java.lang.String websiteUrl) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAccountName()
null for nonepublic AccountTreeRequest setAccountName(java.lang.String accountName)
accountName - accountName or null for nonepublic java.lang.String getKind()
null for nonepublic AccountTreeRequest setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getProfileName()
null for nonepublic AccountTreeRequest setProfileName(java.lang.String profileName)
profileName - profileName or null for nonepublic java.lang.String getTimezone()
null for nonepublic AccountTreeRequest setTimezone(java.lang.String timezone)
timezone - timezone or null for nonepublic java.lang.String getWebpropertyName()
null for nonepublic AccountTreeRequest setWebpropertyName(java.lang.String webpropertyName)
webpropertyName - webpropertyName or null for nonepublic java.lang.String getWebsiteUrl()
null for nonepublic AccountTreeRequest setWebsiteUrl(java.lang.String websiteUrl)
websiteUrl - websiteUrl or null for nonepublic AccountTreeRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountTreeRequest clone()
clone in class com.google.api.client.json.GenericJson