public final class LinkedForeignAccount 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 |
|---|
LinkedForeignAccount() |
| Modifier and Type | Method and Description |
|---|---|
LinkedForeignAccount |
clone() |
String |
getAccountId()
Account ID to which this linked foreign account belongs.
|
Boolean |
getEligibleForSearch()
Boolean indicating whether this is eligible for search.
|
String |
getId()
Entity ad account link ID.
|
String |
getInternalWebPropertyId()
Internal ID for the web property to which this linked foreign account belongs.
|
String |
getKind()
Resource type for linked foreign account.
|
String |
getLinkedAccountId()
The foreign account ID.
|
String |
getRemarketingAudienceId()
Remarketing audience ID to which this linked foreign account belongs.
|
String |
getStatus()
The status of this foreign account link.
|
String |
getType()
The type of the foreign account.
|
String |
getWebPropertyId()
Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
|
LinkedForeignAccount |
set(String fieldName,
Object value) |
LinkedForeignAccount |
setAccountId(String accountId)
Account ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
setEligibleForSearch(Boolean eligibleForSearch)
Boolean indicating whether this is eligible for search.
|
LinkedForeignAccount |
setId(String id)
Entity ad account link ID.
|
LinkedForeignAccount |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this linked foreign account belongs.
|
LinkedForeignAccount |
setKind(String kind)
Resource type for linked foreign account.
|
LinkedForeignAccount |
setLinkedAccountId(String linkedAccountId)
The foreign account ID.
|
LinkedForeignAccount |
setRemarketingAudienceId(String remarketingAudienceId)
Remarketing audience ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
setStatus(String status)
The status of this foreign account link.
|
LinkedForeignAccount |
setType(String type)
The type of the foreign account.
|
LinkedForeignAccount |
setWebPropertyId(String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
|
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 String getAccountId()
null for nonepublic LinkedForeignAccount setAccountId(String accountId)
accountId - accountId or null for nonepublic Boolean getEligibleForSearch()
null for nonepublic LinkedForeignAccount setEligibleForSearch(Boolean eligibleForSearch)
eligibleForSearch - eligibleForSearch or null for nonepublic String getId()
null for nonepublic LinkedForeignAccount setId(String id)
id - id or null for nonepublic String getInternalWebPropertyId()
null for nonepublic LinkedForeignAccount setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getKind()
null for nonepublic LinkedForeignAccount setKind(String kind)
kind - kind or null for nonepublic String getLinkedAccountId()
null for nonepublic LinkedForeignAccount setLinkedAccountId(String linkedAccountId)
linkedAccountId - linkedAccountId or null for nonepublic String getRemarketingAudienceId()
null for nonepublic LinkedForeignAccount setRemarketingAudienceId(String remarketingAudienceId)
remarketingAudienceId - remarketingAudienceId or null for nonepublic String getStatus()
null for nonepublic LinkedForeignAccount setStatus(String status)
status - status or null for nonepublic String getType()
null for nonepublic LinkedForeignAccount setType(String type)
type - type or null for nonepublic String getWebPropertyId()
null for nonepublic LinkedForeignAccount setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic LinkedForeignAccount set(String fieldName, Object value)
set in class GenericJsonpublic LinkedForeignAccount clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.