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 TypeMethodDescriptionintgetRows()longvoidsetOffset(int offset) voidvoidsetTotalRows(long totalRows) voidsetUpdateSeq(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