public class JaxbOtherResponse extends AbstractJaxbCommandResponse<Object>
commandNamestatus, url| Constructor and Description |
|---|
JaxbOtherResponse() |
JaxbOtherResponse(Map<String,String> variables,
String requestUrl) |
JaxbOtherResponse(Object result,
int i,
org.kie.api.command.Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult() |
void |
setResult(Object 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 JaxbOtherResponse()
public JaxbOtherResponse(Object result, int i, org.kie.api.command.Command<?> cmd)
public Object getResult()
public void setResult(Object result)
JaxbCommandResponseCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.