Package com.ibm.cloud.cloudant.v1.model
Class FindResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.FindResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FindResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for the result of a query find operation.
-
-
Constructor Summary
Constructors Constructor Description FindResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBookmark()
Gets the bookmark.List<Document>
getDocs()
Gets the docs.ExecutionStats
getExecutionStats()
Gets the executionStats.String
getWarning()
Gets the warning.
-
-
-
Method Detail
-
getBookmark
public String getBookmark()
Gets the bookmark. Opaque bookmark token used when paginating results.- Returns:
- the bookmark
-
getDocs
public List<Document> getDocs()
Gets the docs. Documents matching the selector.- Returns:
- the docs
-
getExecutionStats
public ExecutionStats getExecutionStats()
Gets the executionStats. Schema for find query execution statistics.- Returns:
- the executionStats
-
getWarning
public String getWarning()
Gets the warning. warning.- Returns:
- the warning
-
-