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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public AdWordsAccount clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.