public class ZKQueryElement extends Object
Class for query elements to be executed, constructed based on configuration yaml files argument.
| Modifier | Constructor and Description |
|---|---|
|
ZKQueryElement() |
protected |
ZKQueryElement(String name,
String rootPath,
List<String> args,
ZKQuery query) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateDescription()
Generate a human readable description of the query.
|
List<String> |
getArgs() |
String |
getName() |
ZKQuery |
getQuery() |
String |
getRootPath() |
void |
setArgs(List<String> args) |
void |
setName(String name) |
void |
setQuery(ZKQuery query) |
void |
setRootPath(String rootPath) |
public String generateDescription()
public String getName()
public String getRootPath()
public ZKQuery getQuery()
public void setName(String name)
public void setRootPath(String rootPath)
public void setQuery(ZKQuery query)
Copyright © 2020. All rights reserved.