Class HistoryEntry
Object
HistoryEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionHistoryEntry(long structure, int version, int prevVersion, long timestamp, String userKey, Long synchronizer, List<HistoryEntry.Change> changes) -
Method Summary
-
Constructor Details
-
HistoryEntry
public HistoryEntry(long structure, int version, int prevVersion, long timestamp, String userKey, @Nullable Long synchronizer, @NotNull List<HistoryEntry.Change> changes) - Parameters:
changes- immutable list of changes
-
-
Method Details
-
getStructure
public long getStructure() -
getVersion
public int getVersion() -
getPrevVersion
public int getPrevVersion() -
getTimestamp
public long getTimestamp() -
getUserKey
-
getSynchronizer
-
getChanges
-
toString
-
equals
-
hashCode
public int hashCode()
-