Package com.ibm.cloud.cloudant.v1.model
Class ReplicationResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.ReplicationResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReplicationResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for a replication result.
-
-
Constructor Summary
Constructors Constructor Description ReplicationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReplicationHistory>
getHistory()
Gets the history.Long
getReplicationIdVersion()
Gets the replicationIdVersion.String
getSessionId()
Gets the sessionId.String
getSourceLastSeq()
Gets the sourceLastSeq.Boolean
isOk()
Gets the ok.
-
-
-
Method Detail
-
getHistory
public List<ReplicationHistory> getHistory()
Gets the history. Replication history.- Returns:
- the history
-
isOk
public Boolean isOk()
Gets the ok. Replication status.- Returns:
- the ok
-
getReplicationIdVersion
public Long getReplicationIdVersion()
Gets the replicationIdVersion. Replication protocol version.- Returns:
- the replicationIdVersion
-
getSessionId
public String getSessionId()
Gets the sessionId. Unique session ID.- Returns:
- the sessionId
-
getSourceLastSeq
public String getSourceLastSeq()
Gets the sourceLastSeq. Last sequence number read from source database.- Returns:
- the sourceLastSeq
-
-