Package org.lightcouch
Class ViewResult<K,V,T>
java.lang.Object
org.lightcouch.ViewResult<K,V,T>
Holds a view result entries.
- Since:
- 0.0.2
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getRows()
long
void
setOffset
(int offset) void
void
setTotalRows
(long totalRows) void
setUpdateSeq
(String updateSeq) toString()
-
Field Details
-
totalRows
@SerializedName("total_rows") private long totalRows -
updateSeq
-
offset
private int offset -
rows
-
-
Constructor Details
-
ViewResult
public ViewResult()
-
-
Method Details