|
||||||||||
| 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.CustomDataSource
public final class CustomDataSource
JSON template for an Analytics custom data source.
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 |
CustomDataSource.ChildLink
Child link for this custom data source. |
static class |
CustomDataSource.ParentLink
Parent link for this custom data source. |
| 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 | |
|---|---|
CustomDataSource()
|
|
| Method Summary | |
|---|---|
CustomDataSource |
clone()
|
String |
getAccountId()
Account ID to which this custom data source belongs. |
CustomDataSource.ChildLink |
getChildLink()
Child link for this custom data source. |
DateTime |
getCreated()
Time this custom data source was created. |
String |
getDescription()
Description of custom data source. |
String |
getId()
Custom data source ID. |
String |
getKind()
Resource type for Analytics custom data source. |
String |
getName()
Name of this custom data source. |
CustomDataSource.ParentLink |
getParentLink()
Parent link for this custom data source. |
List<String> |
getProfilesLinked()
|
String |
getSelfLink()
Link for this Analytics custom data source. |
DateTime |
getUpdated()
Time this custom data source was last modified. |
String |
getWebPropertyId()
Web property ID of the form UA-XXXXX-YY to which this custom data source belongs. |
CustomDataSource |
set(String fieldName,
Object value)
|
CustomDataSource |
setAccountId(String accountId)
Account ID to which this custom data source belongs. |
CustomDataSource |
setChildLink(CustomDataSource.ChildLink childLink)
Child link for this custom data source. |
CustomDataSource |
setCreated(DateTime created)
Time this custom data source was created. |
CustomDataSource |
setDescription(String description)
Description of custom data source. |
CustomDataSource |
setId(String id)
Custom data source ID. |
CustomDataSource |
setKind(String kind)
Resource type for Analytics custom data source. |
CustomDataSource |
setName(String name)
Name of this custom data source. |
CustomDataSource |
setParentLink(CustomDataSource.ParentLink parentLink)
Parent link for this custom data source. |
CustomDataSource |
setProfilesLinked(List<String> profilesLinked)
|
CustomDataSource |
setSelfLink(String selfLink)
Link for this Analytics custom data source. |
CustomDataSource |
setUpdated(DateTime updated)
Time this custom data source was last modified. |
CustomDataSource |
setWebPropertyId(String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this custom data source 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 CustomDataSource()
| Method Detail |
|---|
public String getAccountId()
null for nonepublic CustomDataSource setAccountId(String accountId)
accountId - accountId or null for nonepublic CustomDataSource.ChildLink getChildLink()
null for nonepublic CustomDataSource setChildLink(CustomDataSource.ChildLink childLink)
childLink - childLink or null for nonepublic DateTime getCreated()
null for nonepublic CustomDataSource setCreated(DateTime created)
created - created or null for nonepublic String getDescription()
null for nonepublic CustomDataSource setDescription(String description)
description - description or null for nonepublic String getId()
null for nonepublic CustomDataSource setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic CustomDataSource setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic CustomDataSource setName(String name)
name - name or null for nonepublic CustomDataSource.ParentLink getParentLink()
null for nonepublic CustomDataSource setParentLink(CustomDataSource.ParentLink parentLink)
parentLink - parentLink or null for nonepublic List<String> getProfilesLinked()
null for nonepublic CustomDataSource setProfilesLinked(List<String> profilesLinked)
profilesLinked - profilesLinked or null for nonepublic String getSelfLink()
null for nonepublic CustomDataSource setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic DateTime getUpdated()
null for nonepublic CustomDataSource setUpdated(DateTime updated)
updated - updated or null for nonepublic String getWebPropertyId()
null for nonepublic CustomDataSource setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for none
public CustomDataSource set(String fieldName,
Object value)
set in class GenericJsonpublic CustomDataSource clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||