Class ViewResult<K,V,T>
java.lang.Object
org.lightcouch.ViewResult<K,V,T>
Holds a view result entries.
- Since:
- 0.0.2
- Author:
- Ahmed Yehia
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetRows()longvoidsetOffset(int offset) voidvoidsetTotalRows(long totalRows) voidsetUpdateSeq(String updateSeq) toString()
-
Constructor Details
-
ViewResult
public ViewResult()
-
-
Method Details
-
getTotalRows
public long getTotalRows() -
getUpdateSeq
-
getOffset
public int getOffset() -
getRows
-
setTotalRows
public void setTotalRows(long totalRows) -
setUpdateSeq
-
setOffset
public void setOffset(int offset) -
setRows
-
toString
-