public static final class LinkCommand.DestinationState extends Object
link command, reached after specifying
the key, source, and destination records.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
List<Long> |
destinations()
Return the destination records for this command.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Return the link key for this command.
|
long |
source()
Return the source record for this command.
|
String |
toString() |
public String key()
public long source()
public List<Long> destinations()
public String ccl()
CommandCommand.