public final class CustomDataSource extends GenericJson
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
Upgrade warning: starting with version 1.12 getResponseHeaders() is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomDataSource.ChildLink
Child link for this custom data source.
|
static class |
CustomDataSource.ParentLink
Parent link for this custom data source.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CustomDataSource() |
| Modifier and Type | Method and Description |
|---|---|
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()
IDs of profiles linked to the custom data source.
|
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 |
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)
IDs of profiles linked to the custom data source.
|
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.
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAccountId()
null.public CustomDataSource setAccountId(String accountId)
null.public CustomDataSource.ChildLink getChildLink()
null.public CustomDataSource setChildLink(CustomDataSource.ChildLink childLink)
null.public DateTime getCreated()
null.public CustomDataSource setCreated(DateTime created)
null.public String getDescription()
null.public CustomDataSource setDescription(String description)
null.public String getId()
null.public CustomDataSource setId(String id)
null.public String getKind()
null.public CustomDataSource setKind(String kind)
null.public String getName()
null.public CustomDataSource setName(String name)
null.public CustomDataSource.ParentLink getParentLink()
null.public CustomDataSource setParentLink(CustomDataSource.ParentLink parentLink)
null.public List<String> getProfilesLinked()
null.public CustomDataSource setProfilesLinked(List<String> profilesLinked)
null.public String getSelfLink()
null.public CustomDataSource setSelfLink(String selfLink)
null.public DateTime getUpdated()
null.public CustomDataSource setUpdated(DateTime updated)
null.public String getWebPropertyId()
null.public CustomDataSource setWebPropertyId(String webPropertyId)
null.