public static final class RealtimeData.ProfileInfo extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProfileInfo() |
| Modifier and Type | Method and Description |
|---|---|
RealtimeData.ProfileInfo |
clone() |
String |
getAccountId()
Account ID to which this view (profile) belongs.
|
String |
getInternalWebPropertyId()
Internal ID for the web property to which this view (profile) belongs.
|
String |
getProfileId()
View (Profile) ID.
|
String |
getProfileName()
View (Profile) name.
|
String |
getTableId()
Table ID for view (profile).
|
String |
getWebPropertyId()
Web Property ID to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
set(String fieldName,
Object value) |
RealtimeData.ProfileInfo |
setAccountId(String accountId)
Account ID to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
setProfileId(String profileId)
View (Profile) ID.
|
RealtimeData.ProfileInfo |
setProfileName(String profileName)
View (Profile) name.
|
RealtimeData.ProfileInfo |
setTableId(String tableId)
Table ID for view (profile).
|
RealtimeData.ProfileInfo |
setWebPropertyId(String webPropertyId)
Web Property ID to which this view (profile) 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 RealtimeData.ProfileInfo setAccountId(String accountId)
accountId - accountId or null for nonepublic String getInternalWebPropertyId()
null for nonepublic RealtimeData.ProfileInfo setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getProfileId()
null for nonepublic RealtimeData.ProfileInfo setProfileId(String profileId)
profileId - profileId or null for nonepublic String getProfileName()
null for nonepublic RealtimeData.ProfileInfo setProfileName(String profileName)
profileName - profileName or null for nonepublic String getTableId()
null for nonepublic RealtimeData.ProfileInfo setTableId(String tableId)
tableId - tableId or null for nonepublic String getWebPropertyId()
null for nonepublic RealtimeData.ProfileInfo setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic RealtimeData.ProfileInfo set(String fieldName, Object value)
set in class GenericJsonpublic RealtimeData.ProfileInfo clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.