Package com.ibm.cloud.cloudant.v1.model
Class AllDocsResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.AllDocsResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AllDocsResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for the result of an all documents operation.
-
-
Constructor Summary
Constructors Constructor Description AllDocsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DocsResultRow>
getRows()
Gets the rows.Long
getTotalRows()
Gets the totalRows.String
getUpdateSeq()
Gets the updateSeq.
-
-
-
Method Detail
-
getTotalRows
public Long getTotalRows()
Gets the totalRows. Number of total rows.- Returns:
- the totalRows
-
getRows
public List<DocsResultRow> getRows()
Gets the rows. List of doc results.- Returns:
- the rows
-
getUpdateSeq
public String getUpdateSeq()
Gets the updateSeq. Current update sequence for the database.- Returns:
- the updateSeq
-
-