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