Package com.ibm.cloud.cloudant.v1.model
Class SchedulerDocsResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.SchedulerDocsResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SchedulerDocsResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for a listing of replication scheduler documents.
-
-
Constructor Summary
Constructors Constructor Description SchedulerDocsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SchedulerDocument>
getDocs()
Gets the docs.Long
getTotalRows()
Gets the totalRows.
-
-
-
Method Detail
-
getTotalRows
public Long getTotalRows()
Gets the totalRows. Number of total rows.- Returns:
- the totalRows
-
getDocs
public List<SchedulerDocument> getDocs()
Gets the docs. Array of replication scheduler doc objects.- Returns:
- the docs
-
-