public abstract class AbstractJaxbCommandResponse<T> extends AbstractJaxbResponse implements JaxbCommandResponse<T>
Modifier and Type | Field and Description |
---|---|
protected String |
commandName |
status, url
Constructor and Description |
---|
AbstractJaxbCommandResponse() |
AbstractJaxbCommandResponse(Integer i,
org.kie.api.command.Command<?> cmd) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
Integer |
getIndex() |
void |
setCommandName(String cmdName)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
void |
setIndex(Integer index)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
getStatus, getUrl, prettyPrint, setStatus, setUrl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResult, setResult
protected String commandName
public AbstractJaxbCommandResponse()
public AbstractJaxbCommandResponse(Integer i, org.kie.api.command.Command<?> cmd)
public Integer getIndex()
getIndex
in interface JaxbCommandResponse<T>
JaxbCommandsRequest#getCommands()
list.public void setIndex(Integer index)
JaxbCommandResponse
setIndex
in interface JaxbCommandResponse<T>
public String getCommandName()
getCommandName
in interface JaxbCommandResponse<T>
public void setCommandName(String cmdName)
JaxbCommandResponse
setCommandName
in interface JaxbCommandResponse<T>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.