public static final class DailyUpload.RecentChanges extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 GenericJson
public DailyUpload.RecentChanges clone()
clone
in class GenericJson