public static final class DailyUpload.RecentChanges extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DailyUpload.RecentChanges() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChange()
The type of change: APPEND, RESET, or DELETE.
|
DateTime |
getTime()
The time when the change occurred.
|
DailyUpload.RecentChanges |
setChange(String change)
The type of change: APPEND, RESET, or DELETE.
|
DailyUpload.RecentChanges |
setTime(DateTime time)
The time when the change occurred.
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getChange()
null.public DailyUpload.RecentChanges setChange(String change)
null.public DateTime getTime()
null.public DailyUpload.RecentChanges setTime(DateTime time)
null.