public final class RecordRevision
extends Object
| Constructor and Description |
|---|
RecordRevision(long id,
long revision)
Creates a new
RecordRevision instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getId()
The Record ID
|
long |
getRevision()
The revision number of the record after updating the record.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","revision"})
public RecordRevision(long id,
long revision)
RecordRevision instance.id - The Record IDrevision - The revision number of the record after updating the record.public long getId()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object