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: http://code.google.com/p/google-http-java-client/wiki/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 AdWords account.
|
String |
getCustomerId()
Customer ID.
|
String |
getKind()
Resource type for AdWords account.
|
AdWordsAccount |
set(String fieldName,
Object value) |
AdWordsAccount |
setAutoTaggingEnabled(Boolean autoTaggingEnabled)
True if auto-tagging is enabled on the AdWords account.
|
AdWordsAccount |
setCustomerId(String customerId)
Customer ID.
|
AdWordsAccount |
setKind(String kind)
Resource type for AdWords account.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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 GenericJson