public class JaxbPrimitiveResponse extends AbstractJaxbCommandResponse<Object>
commandName
status, url
Constructor and Description |
---|
JaxbPrimitiveResponse() |
JaxbPrimitiveResponse(Object result,
int i,
org.kie.api.command.Command<?> cmd) |
Modifier and Type | Method and Description |
---|---|
Object |
getResult() |
Class<?> |
getType() |
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 JaxbPrimitiveResponse()
public JaxbPrimitiveResponse(Object result, int i, org.kie.api.command.Command<?> cmd)
public Class<?> getType()
public Object getResult()
public void setResult(Object result)
JaxbCommandResponse
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.