@Value.Immutable
public interface ViewHistoryEntry
An entry contains a change to the view state. At the given timestamp, the current version was set to the given version ID.
Modifier and Type | Method and Description |
---|---|
long |
timestampMillis()
Return the timestamp in milliseconds of the change
|
int |
versionId()
Return ID of the new current version
|