public final class AdWordsAccount 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 |
|---|
AdWordsAccount() |
| Modifier and Type | Method and Description |
|---|---|
AdWordsAccount |
clone() |
Boolean |
getAutoTaggingEnabled()
True if auto-tagging is enabled on the Google Ads account.
|
String |
getCustomerId()
Customer ID.
|
String |
getKind()
Resource type for Google Ads account.
|
AdWordsAccount |
set(String fieldName,
Object value) |
AdWordsAccount |
setAutoTaggingEnabled(Boolean autoTaggingEnabled)
True if auto-tagging is enabled on the Google Ads account.
|
AdWordsAccount |
setCustomerId(String customerId)
Customer ID.
|
AdWordsAccount |
setKind(String kind)
Resource type for Google Ads 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 Boolean getAutoTaggingEnabled()
null for nonepublic AdWordsAccount setAutoTaggingEnabled(Boolean autoTaggingEnabled)
autoTaggingEnabled - autoTaggingEnabled or null for nonepublic String getCustomerId()
null for nonepublic AdWordsAccount setCustomerId(String customerId)
customerId - customerId or null for nonepublic String getKind()
null for nonepublic AdWordsAccount setKind(String kind)
kind - kind or null for nonepublic AdWordsAccount set(String fieldName, Object value)
set in class GenericJsonpublic AdWordsAccount clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.