Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class GaData.ProfileInfo

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.analytics.model.GaData.ProfileInfo
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
GaData

public static final class GaData.ProfileInfo
extends GenericJson

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
GaData.ProfileInfo()
           
 
Method Summary
 GaData.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.
 GaData.ProfileInfo set(String fieldName, Object value)
           
 GaData.ProfileInfo setAccountId(String accountId)
          Account ID to which this profile belongs.
 GaData.ProfileInfo setInternalWebPropertyId(String internalWebPropertyId)
          Internal ID for the web property to which this profile belongs.
 GaData.ProfileInfo setProfileId(String profileId)
          Profile ID.
 GaData.ProfileInfo setProfileName(String profileName)
          Profile name.
 GaData.ProfileInfo setTableId(String tableId)
          Table ID for profile.
 GaData.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

GaData.ProfileInfo

public GaData.ProfileInfo()
Method Detail

getAccountId

public String getAccountId()
Account ID to which this profile belongs.

Returns:
value or null for none

setAccountId

public GaData.ProfileInfo setAccountId(String accountId)
Account ID to which this profile belongs.

Parameters:
accountId - accountId or null for none

getInternalWebPropertyId

public String getInternalWebPropertyId()
Internal ID for the web property to which this profile belongs.

Returns:
value or null for none

setInternalWebPropertyId

public GaData.ProfileInfo setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this profile belongs.

Parameters:
internalWebPropertyId - internalWebPropertyId or null for none

getProfileId

public String getProfileId()
Profile ID.

Returns:
value or null for none

setProfileId

public GaData.ProfileInfo setProfileId(String profileId)
Profile ID.

Parameters:
profileId - profileId or null for none

getProfileName

public String getProfileName()
Profile name.

Returns:
value or null for none

setProfileName

public GaData.ProfileInfo setProfileName(String profileName)
Profile name.

Parameters:
profileName - profileName or null for none

getTableId

public String getTableId()
Table ID for profile.

Returns:
value or null for none

setTableId

public GaData.ProfileInfo setTableId(String tableId)
Table ID for profile.

Parameters:
tableId - tableId or null for none

getWebPropertyId

public String getWebPropertyId()
Web Property ID to which this profile belongs.

Returns:
value or null for none

setWebPropertyId

public GaData.ProfileInfo setWebPropertyId(String webPropertyId)
Web Property ID to which this profile belongs.

Parameters:
webPropertyId - webPropertyId or null for none

set

public GaData.ProfileInfo set(String fieldName,
                              Object value)
Overrides:
set in class GenericJson

clone

public GaData.ProfileInfo clone()
Overrides:
clone in class GenericJson