Package com.ibm.cloud.cloudant.v1.model
Class SchedulerJobEvent
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.SchedulerJobEvent
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SchedulerJobEvent extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for a replication scheduler job event.
-
-
Constructor Summary
Constructors Constructor Description SchedulerJobEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
Gets the reason.Date
getTimestamp()
Gets the timestamp.String
getType()
Gets the type.
-
-
-
Method Detail
-
getReason
public String getReason()
Gets the reason. Reason for current state of event.- Returns:
- the reason
-
getTimestamp
public Date getTimestamp()
Gets the timestamp. Timestamp of the event.- Returns:
- the timestamp
-
getType
public String getType()
Gets the type. Type of the event.- Returns:
- the type
-
-