public class JaxbOtherResponse extends AbstractJaxbCommandResponse<Object>
commandName
status, 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, setIndex
getStatus, getUrl, prettyPrint, setStatus, setUrl
public JaxbOtherResponse()
public JaxbOtherResponse(Object result, int i, org.kie.api.command.Command<?> cmd)
public Object getResult()
public void setResult(Object result)
JaxbCommandResponse
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.