public final class LinkedForeignAccount
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
LinkedForeignAccount() |
Modifier and Type | Method and Description |
---|---|
LinkedForeignAccount |
clone() |
java.lang.String |
getAccountId()
Account ID to which this linked foreign account belongs.
|
java.lang.Boolean |
getEligibleForSearch()
Boolean indicating whether this is eligible for search.
|
java.lang.String |
getId()
Entity ad account link ID.
|
java.lang.String |
getInternalWebPropertyId()
Internal ID for the web property to which this linked foreign account belongs.
|
java.lang.String |
getKind()
Resource type for linked foreign account.
|
java.lang.String |
getLinkedAccountId()
The foreign account ID.
|
java.lang.String |
getRemarketingAudienceId()
Remarketing audience ID to which this linked foreign account belongs.
|
java.lang.String |
getStatus()
The status of this foreign account link.
|
java.lang.String |
getType()
The type of the foreign account.
|
java.lang.String |
getWebPropertyId()
Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
|
LinkedForeignAccount |
set(java.lang.String fieldName,
java.lang.Object value) |
LinkedForeignAccount |
setAccountId(java.lang.String accountId)
Account ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
setEligibleForSearch(java.lang.Boolean eligibleForSearch)
Boolean indicating whether this is eligible for search.
|
LinkedForeignAccount |
setId(java.lang.String id)
Entity ad account link ID.
|
LinkedForeignAccount |
setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this linked foreign account belongs.
|
LinkedForeignAccount |
setKind(java.lang.String kind)
Resource type for linked foreign account.
|
LinkedForeignAccount |
setLinkedAccountId(java.lang.String linkedAccountId)
The foreign account ID.
|
LinkedForeignAccount |
setRemarketingAudienceId(java.lang.String remarketingAudienceId)
Remarketing audience ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
setStatus(java.lang.String status)
The status of this foreign account link.
|
LinkedForeignAccount |
setType(java.lang.String type)
The type of the foreign account.
|
LinkedForeignAccount |
setWebPropertyId(java.lang.String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getAccountId()
null
for nonepublic LinkedForeignAccount setAccountId(java.lang.String accountId)
accountId
- accountId or null
for nonepublic java.lang.Boolean getEligibleForSearch()
null
for nonepublic LinkedForeignAccount setEligibleForSearch(java.lang.Boolean eligibleForSearch)
eligibleForSearch
- eligibleForSearch or null
for nonepublic java.lang.String getId()
null
for nonepublic LinkedForeignAccount setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.String getInternalWebPropertyId()
null
for nonepublic LinkedForeignAccount setInternalWebPropertyId(java.lang.String internalWebPropertyId)
internalWebPropertyId
- internalWebPropertyId or null
for nonepublic java.lang.String getKind()
null
for nonepublic LinkedForeignAccount setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getLinkedAccountId()
null
for nonepublic LinkedForeignAccount setLinkedAccountId(java.lang.String linkedAccountId)
linkedAccountId
- linkedAccountId or null
for nonepublic java.lang.String getRemarketingAudienceId()
null
for nonepublic LinkedForeignAccount setRemarketingAudienceId(java.lang.String remarketingAudienceId)
remarketingAudienceId
- remarketingAudienceId or null
for nonepublic java.lang.String getStatus()
null
for nonepublic LinkedForeignAccount setStatus(java.lang.String status)
status
- status or null
for nonepublic java.lang.String getType()
null
for nonepublic LinkedForeignAccount setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getWebPropertyId()
null
for nonepublic LinkedForeignAccount setWebPropertyId(java.lang.String webPropertyId)
webPropertyId
- webPropertyId or null
for nonepublic LinkedForeignAccount set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LinkedForeignAccount clone()
clone
in class com.google.api.client.json.GenericJson