public class RequestResponse extends Object
Constructor and Description |
---|
RequestResponse() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getQuery() |
com.fasterxml.jackson.databind.JsonNode |
getResult() |
RequestResponse |
setQuery(com.fasterxml.jackson.databind.JsonNode query)
RequestResponse constructor
|
RequestResponse |
setResult(com.fasterxml.jackson.databind.JsonNode result)
RequestResponse constructor
|
public com.fasterxml.jackson.databind.JsonNode getResult()
public RequestResponse setResult(com.fasterxml.jackson.databind.JsonNode result)
result
- the result of type JsonNode which will be setted for RequestResponsepublic com.fasterxml.jackson.databind.JsonNode getQuery()
public RequestResponse setQuery(com.fasterxml.jackson.databind.JsonNode query)
query
- the query of type JsonNode which will be setted for RequestResponseCopyright © 2018 Vitam. All rights reserved.