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 |
|---|---|
DailyUpload.RecentChanges |
clone() |
String |
getChange()
The type of change: APPEND, RESET, or DELETE.
|
DateTime |
getTime()
The time when the change occurred.
|
DailyUpload.RecentChanges |
set(String fieldName,
Object value) |
DailyUpload.RecentChanges |
setChange(String change)
The type of change: APPEND, RESET, or DELETE.
|
DailyUpload.RecentChanges |
setTime(DateTime time)
The time when the change occurred.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getChange()
null for nonepublic DailyUpload.RecentChanges setChange(String change)
change - change or null for nonepublic DateTime getTime()
null for nonepublic DailyUpload.RecentChanges setTime(DateTime time)
time - time or null for nonepublic DailyUpload.RecentChanges set(String fieldName, Object value)
set in class GenericJsonpublic DailyUpload.RecentChanges clone()
clone in class GenericJson