Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class CustomDataSource.ChildLink

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.CustomDataSource.ChildLink
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
CustomDataSource

public static final class CustomDataSource.ChildLink
extends GenericJson

Child link for this custom data source. Points to the list of daily uploads for this custom data source.


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
CustomDataSource.ChildLink()
           
 
Method Summary
 CustomDataSource.ChildLink clone()
           
 String getHref()
          Link to the list of daily uploads for this custom data source.
 String getType()
          Value is "analytics#dailyUploads".
 CustomDataSource.ChildLink set(String fieldName, Object value)
           
 CustomDataSource.ChildLink setHref(String href)
          Link to the list of daily uploads for this custom data source.
 CustomDataSource.ChildLink setType(String type)
          Value is "analytics#dailyUploads".
 
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

CustomDataSource.ChildLink

public CustomDataSource.ChildLink()
Method Detail

getHref

public String getHref()
Link to the list of daily uploads for this custom data source.

Returns:
value or null for none

setHref

public CustomDataSource.ChildLink setHref(String href)
Link to the list of daily uploads for this custom data source.

Parameters:
href - href or null for none

getType

public String getType()
Value is "analytics#dailyUploads".

Returns:
value or null for none

setType

public CustomDataSource.ChildLink setType(String type)
Value is "analytics#dailyUploads".

Parameters:
type - type or null for none

set

public CustomDataSource.ChildLink set(String fieldName,
                                      Object value)
Overrides:
set in class GenericJson

clone

public CustomDataSource.ChildLink clone()
Overrides:
clone in class GenericJson