Package com.ibm.cloud.cloudant.v1.model
Class ChangesResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.ChangesResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ChangesResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for normal changes feed result.
-
-
Constructor Summary
Constructors Constructor Description ChangesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLastSeq()
Gets the lastSeq.Long
getPending()
Gets the pending.List<ChangesResultItem>
getResults()
Gets the results.
-
-
-
Method Detail
-
getLastSeq
public String getLastSeq()
Gets the lastSeq. last_seq.- Returns:
- the lastSeq
-
getPending
public Long getPending()
Gets the pending. pending.- Returns:
- the pending
-
getResults
public List<ChangesResultItem> getResults()
Gets the results. results.- Returns:
- the results
-
-