|
||||||||||
| 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.Profile
public final class Profile
JSON template for an Analytics profile.
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
| Nested Class Summary | |
|---|---|
static class |
Profile.ChildLink
Child link for this profile. |
static class |
Profile.ParentLink
Parent link for this profile. |
| 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 | |
|---|---|
Profile()
|
|
| Method Summary | |
|---|---|
Profile |
clone()
|
String |
getAccountId()
Account ID to which this profile belongs. |
Profile.ChildLink |
getChildLink()
Child link for this profile. |
DateTime |
getCreated()
Time this profile was created. |
String |
getCurrency()
The currency type associated with this profile. |
String |
getDefaultPage()
Default page for this profile. |
Boolean |
getECommerceTracking()
E-commerce tracking parameter for this profile. |
String |
getExcludeQueryParameters()
The query parameters that are excluded from this profile. |
String |
getId()
Profile ID. |
String |
getInternalWebPropertyId()
Internal ID for the web property to which this profile belongs. |
String |
getKind()
Resource type for Analytics profile. |
String |
getName()
Name of this profile. |
Profile.ParentLink |
getParentLink()
Parent link for this profile. |
String |
getSelfLink()
Link for this profile. |
String |
getSiteSearchCategoryParameters()
Site search category parameters for this profile. |
String |
getSiteSearchQueryParameters()
The site search query parameters for this profile. |
String |
getTimezone()
Time zone for which this profile has been configured. |
String |
getType()
Profile type. |
DateTime |
getUpdated()
Time this profile was last modified. |
String |
getWebPropertyId()
Web property ID of the form UA-XXXXX-YY to which this profile belongs. |
String |
getWebsiteUrl()
Website URL for this profile. |
Profile |
set(String fieldName,
Object value)
|
Profile |
setAccountId(String accountId)
Account ID to which this profile belongs. |
Profile |
setChildLink(Profile.ChildLink childLink)
Child link for this profile. |
Profile |
setCreated(DateTime created)
Time this profile was created. |
Profile |
setCurrency(String currency)
The currency type associated with this profile. |
Profile |
setDefaultPage(String defaultPage)
Default page for this profile. |
Profile |
setECommerceTracking(Boolean eCommerceTracking)
E-commerce tracking parameter for this profile. |
Profile |
setExcludeQueryParameters(String excludeQueryParameters)
The query parameters that are excluded from this profile. |
Profile |
setId(String id)
Profile ID. |
Profile |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this profile belongs. |
Profile |
setKind(String kind)
Resource type for Analytics profile. |
Profile |
setName(String name)
Name of this profile. |
Profile |
setParentLink(Profile.ParentLink parentLink)
Parent link for this profile. |
Profile |
setSelfLink(String selfLink)
Link for this profile. |
Profile |
setSiteSearchCategoryParameters(String siteSearchCategoryParameters)
Site search category parameters for this profile. |
Profile |
setSiteSearchQueryParameters(String siteSearchQueryParameters)
The site search query parameters for this profile. |
Profile |
setTimezone(String timezone)
Time zone for which this profile has been configured. |
Profile |
setType(String type)
Profile type. |
Profile |
setUpdated(DateTime updated)
Time this profile was last modified. |
Profile |
setWebPropertyId(String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this profile belongs. |
Profile |
setWebsiteUrl(String websiteUrl)
Website URL for this profile. |
| 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 Profile()
| Method Detail |
|---|
public String getAccountId()
null for nonepublic Profile setAccountId(String accountId)
accountId - accountId or null for nonepublic Profile.ChildLink getChildLink()
null for nonepublic Profile setChildLink(Profile.ChildLink childLink)
childLink - childLink or null for nonepublic DateTime getCreated()
null for nonepublic Profile setCreated(DateTime created)
created - created or null for nonepublic String getCurrency()
null for nonepublic Profile setCurrency(String currency)
currency - currency or null for nonepublic String getDefaultPage()
null for nonepublic Profile setDefaultPage(String defaultPage)
defaultPage - defaultPage or null for nonepublic Boolean getECommerceTracking()
null for nonepublic Profile setECommerceTracking(Boolean eCommerceTracking)
eCommerceTracking - eCommerceTracking or null for nonepublic String getExcludeQueryParameters()
null for nonepublic Profile setExcludeQueryParameters(String excludeQueryParameters)
excludeQueryParameters - excludeQueryParameters or null for nonepublic String getId()
null for nonepublic Profile setId(String id)
id - id or null for nonepublic String getInternalWebPropertyId()
null for nonepublic Profile setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getKind()
null for nonepublic Profile setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic Profile setName(String name)
name - name or null for nonepublic Profile.ParentLink getParentLink()
null for nonepublic Profile setParentLink(Profile.ParentLink parentLink)
parentLink - parentLink or null for nonepublic String getSelfLink()
null for nonepublic Profile setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSiteSearchCategoryParameters()
null for nonepublic Profile setSiteSearchCategoryParameters(String siteSearchCategoryParameters)
siteSearchCategoryParameters - siteSearchCategoryParameters or null for nonepublic String getSiteSearchQueryParameters()
null for nonepublic Profile setSiteSearchQueryParameters(String siteSearchQueryParameters)
siteSearchQueryParameters - siteSearchQueryParameters or null for nonepublic String getTimezone()
null for nonepublic Profile setTimezone(String timezone)
timezone - timezone or null for nonepublic String getType()
null for nonepublic Profile setType(String type)
type - type or null for nonepublic DateTime getUpdated()
null for nonepublic Profile setUpdated(DateTime updated)
updated - updated or null for nonepublic String getWebPropertyId()
null for nonepublic Profile setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic String getWebsiteUrl()
null for nonepublic Profile setWebsiteUrl(String websiteUrl)
websiteUrl - websiteUrl or null for none
public Profile set(String fieldName,
Object value)
set in class GenericJsonpublic Profile clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||