Package com.ibm.cloud.cloudant.v1.model
Class SchedulerJob
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.SchedulerJob
- All Implemented Interfaces:
ObjectModel
Schema for a replication scheduler job.
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getDatabase
Gets the database. Replication document database.- Returns:
- the database
-
getDocId
Gets the docId. Replication document ID.- Returns:
- the docId
-
getHistory
Gets the history. Timestamped history of events as a list of objects.- Returns:
- the history
-
getId
Gets the id. Schema for a replication job id.- Returns:
- the id
-
getInfo
Gets the info. Schema for scheduler document information. A JSON object that may contain additional information about the state. For error states this will contain an error field and string value.- Returns:
- the info
-
getNode
Gets the node. Cluster node where the job is running.- Returns:
- the node
-
getPid
Gets the pid. Replication process ID.- Returns:
- the pid
-
getSource
Gets the source. Replication source.- Returns:
- the source
-
getStartTime
Gets the startTime. Timestamp of when the replication was started.- Returns:
- the startTime
-
getTarget
Gets the target. Replication target.- Returns:
- the target
-
getUser
Gets the user. Name of user running the process.- Returns:
- the user
-