public final class EntityAdWordsLink 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
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityAdWordsLink.Entity
Web property being linked.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EntityAdWordsLink() |
| Modifier and Type | Method and Description |
|---|---|
EntityAdWordsLink |
clone() |
List<AdWordsAccount> |
getAdWordsAccounts()
A list of AdWords client accounts.
|
EntityAdWordsLink.Entity |
getEntity()
Web property being linked.
|
String |
getId()
Entity AdWords link ID
|
String |
getKind()
Resource type for entity AdWords link.
|
String |
getName()
Name of the link.
|
List<String> |
getProfileIds()
IDs of linked Views (Profiles) represented as strings.
|
String |
getSelfLink()
URL link for this Google Analytics - Google AdWords link.
|
EntityAdWordsLink |
set(String fieldName,
Object value) |
EntityAdWordsLink |
setAdWordsAccounts(List<AdWordsAccount> adWordsAccounts)
A list of AdWords client accounts.
|
EntityAdWordsLink |
setEntity(EntityAdWordsLink.Entity entity)
Web property being linked.
|
EntityAdWordsLink |
setId(String id)
Entity AdWords link ID
|
EntityAdWordsLink |
setKind(String kind)
Resource type for entity AdWords link.
|
EntityAdWordsLink |
setName(String name)
Name of the link.
|
EntityAdWordsLink |
setProfileIds(List<String> profileIds)
IDs of linked Views (Profiles) represented as strings.
|
EntityAdWordsLink |
setSelfLink(String selfLink)
URL link for this Google Analytics - Google AdWords link.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<AdWordsAccount> getAdWordsAccounts()
null for nonepublic EntityAdWordsLink setAdWordsAccounts(List<AdWordsAccount> adWordsAccounts)
adWordsAccounts - adWordsAccounts or null for nonepublic EntityAdWordsLink.Entity getEntity()
null for nonepublic EntityAdWordsLink setEntity(EntityAdWordsLink.Entity entity)
entity - entity or null for nonepublic String getId()
null for nonepublic EntityAdWordsLink setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic EntityAdWordsLink setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic EntityAdWordsLink setName(String name)
name - name or null for nonepublic List<String> getProfileIds()
null for nonepublic EntityAdWordsLink setProfileIds(List<String> profileIds)
profileIds - profileIds or null for nonepublic String getSelfLink()
null for nonepublic EntityAdWordsLink setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic EntityAdWordsLink set(String fieldName, Object value)
set in class GenericJsonpublic EntityAdWordsLink clone()
clone in class GenericJson