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