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, setUrlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResult, setResultprotected 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)
JaxbCommandResponsesetIndex in interface JaxbCommandResponse<T>public String getCommandName()
getCommandName in interface JaxbCommandResponse<T>public void setCommandName(String cmdName)
JaxbCommandResponsesetCommandName in interface JaxbCommandResponse<T>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.