public static final class EntityUserLink.Entity extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Entity() |
| 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.
|
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 AccountRef getAccountRef()
null for nonepublic EntityUserLink.Entity setAccountRef(AccountRef accountRef)
accountRef - accountRef or null for nonepublic ProfileRef getProfileRef()
null for nonepublic EntityUserLink.Entity setProfileRef(ProfileRef profileRef)
profileRef - profileRef or null for nonepublic WebPropertyRef getWebPropertyRef()
null for nonepublic EntityUserLink.Entity setWebPropertyRef(WebPropertyRef webPropertyRef)
webPropertyRef - webPropertyRef or null for nonepublic EntityUserLink.Entity set(String fieldName, Object value)
set in class GenericJsonpublic EntityUserLink.Entity clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.