public final class AccountTreeRequest 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 |
|---|
AccountTreeRequest() |
| Modifier and Type | Method and Description |
|---|---|
AccountTreeRequest |
clone() |
String |
getAccountName() |
String |
getKind()
Resource type for account ticket.
|
String |
getProfileName() |
String |
getTimezone() |
String |
getWebpropertyName() |
String |
getWebsiteUrl() |
AccountTreeRequest |
set(String fieldName,
Object value) |
AccountTreeRequest |
setAccountName(String accountName) |
AccountTreeRequest |
setKind(String kind)
Resource type for account ticket.
|
AccountTreeRequest |
setProfileName(String profileName) |
AccountTreeRequest |
setTimezone(String timezone) |
AccountTreeRequest |
setWebpropertyName(String webpropertyName) |
AccountTreeRequest |
setWebsiteUrl(String websiteUrl) |
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 getAccountName()
null for nonepublic AccountTreeRequest setAccountName(String accountName)
accountName - accountName or null for nonepublic String getKind()
null for nonepublic AccountTreeRequest setKind(String kind)
kind - kind or null for nonepublic String getProfileName()
null for nonepublic AccountTreeRequest setProfileName(String profileName)
profileName - profileName or null for nonepublic String getTimezone()
null for nonepublic AccountTreeRequest setTimezone(String timezone)
timezone - timezone or null for nonepublic String getWebpropertyName()
null for nonepublic AccountTreeRequest setWebpropertyName(String webpropertyName)
webpropertyName - webpropertyName or null for nonepublic String getWebsiteUrl()
null for nonepublic AccountTreeRequest setWebsiteUrl(String websiteUrl)
websiteUrl - websiteUrl or null for nonepublic AccountTreeRequest set(String fieldName, Object value)
set in class GenericJsonpublic AccountTreeRequest clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.