public final class HistoryEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryEntry.Change |
static class |
HistoryEntry.Operation |
| Constructor and Description |
|---|
HistoryEntry(long structure,
int version,
int prevVersion,
long timestamp,
String userKey,
Long synchronizer,
List<HistoryEntry.Change> changes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<HistoryEntry.Change> |
getChanges() |
int |
getPrevVersion() |
long |
getStructure() |
Long |
getSynchronizer() |
long |
getTimestamp() |
String |
getUserKey() |
int |
getVersion() |
int |
hashCode() |
String |
toString() |
public HistoryEntry(long structure,
int version,
int prevVersion,
long timestamp,
String userKey,
@Nullable
Long synchronizer,
@NotNull
List<HistoryEntry.Change> changes)
changes - immutable list of changespublic long getStructure()
public int getVersion()
public int getPrevVersion()
public long getTimestamp()
public String getUserKey()
@Nullable public Long getSynchronizer()
@NotNull public List<HistoryEntry.Change> getChanges()
Copyright © 2019 ALM Works. All Rights Reserved.