Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class DailyUpload.ParentLink

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

public static final class DailyUpload.ParentLink
extends GenericJson

Parent link for a daily upload. Points to the custom data source to which this daily upload belongs.


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
DailyUpload.ParentLink()
           
 
Method Summary
 DailyUpload.ParentLink clone()
           
 String getHref()
          Link to the custom data source to which this daily upload belongs.
 String getType()
          Value is "analytics#customDataSource".
 DailyUpload.ParentLink set(String fieldName, Object value)
           
 DailyUpload.ParentLink setHref(String href)
          Link to the custom data source to which this daily upload belongs.
 DailyUpload.ParentLink setType(String type)
          Value is "analytics#customDataSource".
 
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

DailyUpload.ParentLink

public DailyUpload.ParentLink()
Method Detail

getHref

public String getHref()
Link to the custom data source to which this daily upload belongs.

Returns:
value or null for none

setHref

public DailyUpload.ParentLink setHref(String href)
Link to the custom data source to which this daily upload belongs.

Parameters:
href - href or null for none

getType

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

Returns:
value or null for none

setType

public DailyUpload.ParentLink setType(String type)
Value is "analytics#customDataSource".

Parameters:
type - type or null for none

set

public DailyUpload.ParentLink set(String fieldName,
                                  Object value)
Overrides:
set in class GenericJson

clone

public DailyUpload.ParentLink clone()
Overrides:
clone in class GenericJson