public static final class AuditCommand.KeyRecordState extends Object
audit command after
specifying the key and record. Supports an optional at clause for
a start timestamp.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
AuditCommand.KeyRecordTimestampState |
from(Timestamp start)
Specify the start
Timestamp for the audit. |
int |
hashCode() |
String |
key()
Return the key for this command.
|
long |
record()
Return the target record for this command.
|
String |
toString() |
public AuditCommand.KeyRecordTimestampState from(Timestamp start)
Timestamp for the audit.start - the start Timestamppublic String key()
public long record()
public String ccl()
CommandCommand.