Google Analytics API v3 (revision 41)



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

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

public static final class DailyUpload.RecentChanges
extends GenericJson

Model definition for DailyUploadRecentChanges.


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.RecentChanges()
           
 
Method Summary
 DailyUpload.RecentChanges clone()
           
 String getChange()
           
 DateTime getTime()
           
 DailyUpload.RecentChanges set(String fieldName, Object value)
           
 DailyUpload.RecentChanges setChange(String change)
           
 DailyUpload.RecentChanges setTime(DateTime time)
           
 
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.RecentChanges

public DailyUpload.RecentChanges()
Method Detail

getChange

public String getChange()
Returns:
value or null for none

setChange

public DailyUpload.RecentChanges setChange(String change)
Parameters:
change - change or null for none

getTime

public DateTime getTime()
Returns:
value or null for none

setTime

public DailyUpload.RecentChanges setTime(DateTime time)
Parameters:
time - time or null for none

set

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

clone

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