public static final class SearchCommand.QueryState extends Object
search command, reached after specifying
both the key and the search query.| 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.
|
String |
query()
Return the search query for this command.
|
String |
toString() |
public String key()
public String query()
public String ccl()
CommandCommand.