Class ViewResult<K,V,T>
java.lang.Object
org.lightcouch.ViewResult<K,V,T>
-
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
-
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
-