public static final class DailyUpload.RecentChanges
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DailyUpload.RecentChanges() |
| Modifier and Type | Method and Description |
|---|---|
DailyUpload.RecentChanges |
clone() |
java.lang.String |
getChange()
The type of change: APPEND, RESET, or DELETE.
|
com.google.api.client.util.DateTime |
getTime()
The time when the change occurred.
|
DailyUpload.RecentChanges |
set(java.lang.String fieldName,
java.lang.Object value) |
DailyUpload.RecentChanges |
setChange(java.lang.String change)
The type of change: APPEND, RESET, or DELETE.
|
DailyUpload.RecentChanges |
setTime(com.google.api.client.util.DateTime time)
The time when the change occurred.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getChange()
null for nonepublic DailyUpload.RecentChanges setChange(java.lang.String change)
change - change or null for nonepublic com.google.api.client.util.DateTime getTime()
null for nonepublic DailyUpload.RecentChanges setTime(com.google.api.client.util.DateTime time)
time - time or null for nonepublic DailyUpload.RecentChanges set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DailyUpload.RecentChanges clone()
clone in class com.google.api.client.json.GenericJson