Class Response
java.lang.Object
org.lightcouch.Response
Contains the response returned from CouchDB.
The response typically contains an id and rev values, additional data might be returned such as error from Bulk request.
- Since:
- 0.0.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
rev
-
error
-
reason
-
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
getId
- Returns:
- the id of the response
-
getRev
- Returns:
- the rev of the response
-
getError
-
getReason
-
toString
-