org.kie.services.client.serialization.jaxb.impl
Class JaxbLongListResponse
java.lang.Object
org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
org.kie.services.client.serialization.jaxb.impl.AbstractJaxbCommandResponse<List<Long>>
org.kie.services.client.serialization.jaxb.impl.JaxbLongListResponse
- All Implemented Interfaces:
- JaxbCommandResponse<List<Long>>
public class JaxbLongListResponse
- extends AbstractJaxbCommandResponse<List<Long>>
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbLongListResponse
public JaxbLongListResponse()
JaxbLongListResponse
public JaxbLongListResponse(List<Long> result,
int i,
org.kie.api.command.Command<?> cmd)
getResult
public List<Long> getResult()
- Returns:
- The result object generated by the command. If the command does not return an object, null.
setResult
public void setResult(List<Long> result)
- Description copied from interface:
JaxbCommandResponse
- This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.