public class JaxbVariablesResponse extends AbstractJaxbCommandResponse<Map<String,String>>
commandName
status, 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, setIndex
getStatus, getUrl, prettyPrint, setStatus, setUrl
public 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)
JaxbCommandResponse
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.