public class ServiceInvocationResult extends Object
Modifier and Type | Field and Description |
---|---|
protected Exception |
exception |
protected ServiceInvocationResponse |
invocationResponse |
protected com.fasterxml.jackson.databind.node.ArrayNode |
resultArrayNode |
protected List<Map<String,Object>> |
resultListMap |
protected Map<String,Object> |
resultMap |
Constructor and Description |
---|
ServiceInvocationResult(Exception exception) |
ServiceInvocationResult(ServiceInvocationResponse invocationResponse) |
ServiceInvocationResult(ServiceInvocationResponse invocationResponse,
com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) |
ServiceInvocationResult(ServiceInvocationResponse invocationResponse,
List<Map<String,Object>> resultListMap) |
ServiceInvocationResult(ServiceInvocationResponse invocationResponse,
Map<String,Object> resultMap) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
ServiceInvocationResponse |
getInvocationResponse() |
com.fasterxml.jackson.databind.node.ArrayNode |
getResultArrayNode() |
List<Map<String,Object>> |
getResultListMap() |
Map<String,Object> |
getResultMap() |
void |
setException(Exception exception) |
void |
setInvocationResponse(ServiceInvocationResponse invocationResponse) |
void |
setResultArrayNode(com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) |
void |
setResultListMap(List<Map<String,Object>> resultListMap) |
void |
setResultMap(Map<String,Object> resultMap) |
protected ServiceInvocationResponse invocationResponse
protected com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode
protected Exception exception
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse)
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse, Map<String,Object> resultMap)
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse, List<Map<String,Object>> resultListMap)
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode)
public ServiceInvocationResult(Exception exception)
public ServiceInvocationResponse getInvocationResponse()
public void setInvocationResponse(ServiceInvocationResponse invocationResponse)
public com.fasterxml.jackson.databind.node.ArrayNode getResultArrayNode()
public void setResultArrayNode(com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode)
public Exception getException()
public void setException(Exception exception)