public static final class ReconcileCommand.ValuesState extends Object
reconcile command, reached after
specifying the key, record, and values.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Return the key for this command.
|
long |
record()
Return the target record for this command.
|
String |
toString() |
List<Object> |
values()
Return the values for this command.
|
public String key()
public long record()
public String ccl()
CommandCommand.