public interface JaxbCommandResponse<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
Integer |
getIndex() |
T |
getResult() |
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.
|
void |
setResult(T result)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
Integer getIndex()
JaxbCommandsRequest#getCommands() list.void setIndex(Integer index)
index - String getCommandName()
void setCommandName(String cmdName)
cmdName - T getResult()
void setResult(T result)
result - Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.