public class JaxbTaskContentResponse extends Object implements JaxbCommandResponse<Map<String,Object>>
Constructor and Description |
---|
JaxbTaskContentResponse() |
JaxbTaskContentResponse(int i,
org.kie.api.command.Command<?> cmd) |
JaxbTaskContentResponse(Map<String,Object> contentMap,
int i,
org.kie.api.command.Command<?> cmd) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
Integer |
getIndex() |
Map<String,Object> |
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(Map<String,Object> contentMap)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
public JaxbTaskContentResponse()
public JaxbTaskContentResponse(int i, org.kie.api.command.Command<?> cmd)
public Integer getIndex()
getIndex
in interface JaxbCommandResponse<Map<String,Object>>
JaxbCommandsRequest#getCommands()
list.public void setIndex(Integer index)
JaxbCommandResponse
setIndex
in interface JaxbCommandResponse<Map<String,Object>>
public String getCommandName()
getCommandName
in interface JaxbCommandResponse<Map<String,Object>>
public void setCommandName(String cmdName)
JaxbCommandResponse
setCommandName
in interface JaxbCommandResponse<Map<String,Object>>
public Map<String,Object> getResult()
getResult
in interface JaxbCommandResponse<Map<String,Object>>
public void setResult(Map<String,Object> contentMap)
JaxbCommandResponse
setResult
in interface JaxbCommandResponse<Map<String,Object>>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.