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: https://developers.google.com/api-client-library/java/google-http-java-client/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 Google Ads client accounts.
|
EntityAdWordsLink.Entity |
getEntity()
Web property being linked.
|
String |
getId()
Entity Google Ads link ID
|
String |
getKind()
Resource type for entity Google Ads 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 Ads link.
|
EntityAdWordsLink |
set(String fieldName,
Object value) |
EntityAdWordsLink |
setAdWordsAccounts(List<AdWordsAccount> adWordsAccounts)
A list of Google Ads client accounts.
|
EntityAdWordsLink |
setEntity(EntityAdWordsLink.Entity entity)
Web property being linked.
|
EntityAdWordsLink |
setId(String id)
Entity Google Ads link ID
|
EntityAdWordsLink |
setKind(String kind)
Resource type for entity Google Ads 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 Ads link.
|
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 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 GenericJsonCopyright © 2011–2022 Google. All rights reserved.