|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.McfData.ProfileInfo
public static final class McfData.ProfileInfo
Information for the profile, for which the Analytics data was requested.
| 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> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
McfData.ProfileInfo()
|
|
| Method Summary | |
|---|---|
McfData.ProfileInfo |
clone()
|
String |
getAccountId()
Account ID to which this profile belongs. |
String |
getInternalWebPropertyId()
Internal ID for the web property to which this profile belongs. |
String |
getProfileId()
Profile ID. |
String |
getProfileName()
Profile name. |
String |
getTableId()
Table ID for profile. |
String |
getWebPropertyId()
Web Property ID to which this profile belongs. |
McfData.ProfileInfo |
set(String fieldName,
Object value)
|
McfData.ProfileInfo |
setAccountId(String accountId)
Account ID to which this profile belongs. |
McfData.ProfileInfo |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this profile belongs. |
McfData.ProfileInfo |
setProfileId(String profileId)
Profile ID. |
McfData.ProfileInfo |
setProfileName(String profileName)
Profile name. |
McfData.ProfileInfo |
setTableId(String tableId)
Table ID for profile. |
McfData.ProfileInfo |
setWebPropertyId(String webPropertyId)
Web Property ID to which this profile belongs. |
| 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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public McfData.ProfileInfo()
| Method Detail |
|---|
public String getAccountId()
null for nonepublic McfData.ProfileInfo setAccountId(String accountId)
accountId - accountId or null for nonepublic String getInternalWebPropertyId()
null for nonepublic McfData.ProfileInfo setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getProfileId()
null for nonepublic McfData.ProfileInfo setProfileId(String profileId)
profileId - profileId or null for nonepublic String getProfileName()
null for nonepublic McfData.ProfileInfo setProfileName(String profileName)
profileName - profileName or null for nonepublic String getTableId()
null for nonepublic McfData.ProfileInfo setTableId(String tableId)
tableId - tableId or null for nonepublic String getWebPropertyId()
null for nonepublic McfData.ProfileInfo setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for none
public McfData.ProfileInfo set(String fieldName,
Object value)
set in class GenericJsonpublic McfData.ProfileInfo clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||