public class JaxbStringListResponse extends AbstractJaxbCommandResponse<List<String>>
commandNamestatus, url| Constructor and Description |
|---|
JaxbStringListResponse() |
JaxbStringListResponse(List<String> result,
int i,
org.kie.api.command.Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getResult() |
void |
setResult(List<String> result)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
getCommandName, getIndex, setCommandName, setIndexgetStatus, getUrl, prettyPrint, setStatus, setUrlpublic List<String> getResult()
public void setResult(List<String> result)
JaxbCommandResponseCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.