public static final class GaData.ProfileInfo
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ProfileInfo() |
| Modifier and Type | Method and Description |
|---|---|
GaData.ProfileInfo |
clone() |
java.lang.String |
getAccountId()
Account ID to which this view (profile) belongs.
|
java.lang.String |
getInternalWebPropertyId()
Internal ID for the web property to which this view (profile) belongs.
|
java.lang.String |
getProfileId()
View (Profile) ID.
|
java.lang.String |
getProfileName()
View (Profile) name.
|
java.lang.String |
getTableId()
Table ID for view (profile).
|
java.lang.String |
getWebPropertyId()
Web Property ID to which this view (profile) belongs.
|
GaData.ProfileInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
GaData.ProfileInfo |
setAccountId(java.lang.String accountId)
Account ID to which this view (profile) belongs.
|
GaData.ProfileInfo |
setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
GaData.ProfileInfo |
setProfileId(java.lang.String profileId)
View (Profile) ID.
|
GaData.ProfileInfo |
setProfileName(java.lang.String profileName)
View (Profile) name.
|
GaData.ProfileInfo |
setTableId(java.lang.String tableId)
Table ID for view (profile).
|
GaData.ProfileInfo |
setWebPropertyId(java.lang.String webPropertyId)
Web Property ID to which this view (profile) belongs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAccountId()
null for nonepublic GaData.ProfileInfo setAccountId(java.lang.String accountId)
accountId - accountId or null for nonepublic java.lang.String getInternalWebPropertyId()
null for nonepublic GaData.ProfileInfo setInternalWebPropertyId(java.lang.String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic java.lang.String getProfileId()
null for nonepublic GaData.ProfileInfo setProfileId(java.lang.String profileId)
profileId - profileId or null for nonepublic java.lang.String getProfileName()
null for nonepublic GaData.ProfileInfo setProfileName(java.lang.String profileName)
profileName - profileName or null for nonepublic java.lang.String getTableId()
null for nonepublic GaData.ProfileInfo setTableId(java.lang.String tableId)
tableId - tableId or null for nonepublic java.lang.String getWebPropertyId()
null for nonepublic GaData.ProfileInfo setWebPropertyId(java.lang.String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic GaData.ProfileInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GaData.ProfileInfo clone()
clone in class com.google.api.client.json.GenericJson