public class CouchResponse extends Object
| Constructor and Description |
|---|
CouchResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<CouchError> |
getErrors() |
ArrayList<Field> |
getFields() |
Map |
getFirstResult() |
CouchMetrics |
getMetrics() |
List<Map<String,Object>> |
getResults() |
List<CouchError> |
getWarnings() |
void |
setMetrics(CouchMetrics metrics) |
void |
setResults(List results) |
void |
setSignature(Map<String,String> signature) |
public CouchMetrics getMetrics()
public void setResults(List results)
public void setMetrics(CouchMetrics metrics)
public List<CouchError> getWarnings()
public List<CouchError> getErrors()
public Map getFirstResult()
Copyright © 2016. All rights reserved.