GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GaData.ProfileInfo() |
Modifier and Type | Method and Description |
---|---|
GaData.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.
|
GaData.ProfileInfo |
set(String fieldName,
Object value) |
GaData.ProfileInfo |
setAccountId(String accountId)
Account ID to which this view (profile) belongs.
|
GaData.ProfileInfo |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
GaData.ProfileInfo |
setProfileId(String profileId)
View (Profile) ID.
|
GaData.ProfileInfo |
setProfileName(String profileName)
View (Profile) name.
|
GaData.ProfileInfo |
setTableId(String tableId)
Table ID for view (profile).
|
GaData.ProfileInfo |
setWebPropertyId(String webPropertyId)
Web Property ID to which this view (profile) belongs.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getAccountId()
null
for nonepublic GaData.ProfileInfo setAccountId(String accountId)
accountId
- accountId or null
for nonepublic String getInternalWebPropertyId()
null
for nonepublic GaData.ProfileInfo setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId
- internalWebPropertyId or null
for nonepublic String getProfileId()
null
for nonepublic GaData.ProfileInfo setProfileId(String profileId)
profileId
- profileId or null
for nonepublic String getProfileName()
null
for nonepublic GaData.ProfileInfo setProfileName(String profileName)
profileName
- profileName or null
for nonepublic String getTableId()
null
for nonepublic GaData.ProfileInfo setTableId(String tableId)
tableId
- tableId or null
for nonepublic String getWebPropertyId()
null
for nonepublic GaData.ProfileInfo setWebPropertyId(String webPropertyId)
webPropertyId
- webPropertyId or null
for nonepublic GaData.ProfileInfo set(String fieldName, Object value)
set
in class GenericJson
public GaData.ProfileInfo clone()
clone
in class GenericJson