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.
-
Method Summary
Modifier and TypeMethodDescriptionGets the lastSeq.Gets the pending.Gets the results.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getLastSeq
Gets the lastSeq. last_seq.- Returns:
- the lastSeq
-
getPending
Gets the pending. pending.- Returns:
- the pending
-
getResults
Gets the results. results.- Returns:
- the results
-