target.apidocs.com.google.api.services.analytics.model.EntityUserLink.Entity.html Maven / Gradle / Ivy
EntityUserLink.Entity (Google Analytics API v3-rev20190604-1.30.1)
com.google.api.services.analytics.model
Class EntityUserLink.Entity
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.EntityUserLink.Entity
-
- Enclosing class:
- EntityUserLink
public static final class EntityUserLink.Entity
extends GenericJson
Entity for this link. It can be an account, a web property, or a view (profile).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
Entity()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
EntityUserLink.Entity
clone()
AccountRef
getAccountRef()
Account for this link.
ProfileRef
getProfileRef()
View (Profile) for this link.
WebPropertyRef
getWebPropertyRef()
Web property for this link.
EntityUserLink.Entity
set(String fieldName,
Object value)
EntityUserLink.Entity
setAccountRef(AccountRef accountRef)
Account for this link.
EntityUserLink.Entity
setProfileRef(ProfileRef profileRef)
View (Profile) for this link.
EntityUserLink.Entity
setWebPropertyRef(WebPropertyRef webPropertyRef)
Web property for this link.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAccountRef
public AccountRef getAccountRef()
Account for this link.
- Returns:
- value or
null
for none
-
setAccountRef
public EntityUserLink.Entity setAccountRef(AccountRef accountRef)
Account for this link.
- Parameters:
accountRef
- accountRef or null
for none
-
getProfileRef
public ProfileRef getProfileRef()
View (Profile) for this link.
- Returns:
- value or
null
for none
-
setProfileRef
public EntityUserLink.Entity setProfileRef(ProfileRef profileRef)
View (Profile) for this link.
- Parameters:
profileRef
- profileRef or null
for none
-
getWebPropertyRef
public WebPropertyRef getWebPropertyRef()
Web property for this link.
- Returns:
- value or
null
for none
-
setWebPropertyRef
public EntityUserLink.Entity setWebPropertyRef(WebPropertyRef webPropertyRef)
Web property for this link.
- Parameters:
webPropertyRef
- webPropertyRef or null
for none
-
set
public EntityUserLink.Entity set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public EntityUserLink.Entity clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.