Package org.lightcouch
Class ChangesResult.Row
java.lang.Object
org.lightcouch.ChangesResult.Row
- Enclosing class:
- ChangesResult
Represent a row in Changes result.
-
Field Details
-
seq
-
id
-
changes
-
deleted
private boolean deleted -
doc
private com.google.gson.JsonObject doc
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
getSeq
-
getId
-
getChanges
-
isDeleted
public boolean isDeleted() -
getDoc
public com.google.gson.JsonObject getDoc()
-