Package com.seeq.model
Class ScheduleOutputV1
java.lang.Object
com.seeq.model.ScheduleOutputV1
The run schedule for the Notebook-label combination
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncronSchedule
(String cronSchedule) boolean
The Notebook's run schedule as a cron expression (see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html)getKey()
The unique key of the schedule in the context of the Notebook-label combinationA boolean indicating whether the Notebook job has been deleted from the schedulerint
hashCode()
void
setCronSchedule
(String cronSchedule) void
void
setStopped
(Boolean stopped) toString()
-
Constructor Details
-
ScheduleOutputV1
public ScheduleOutputV1()
-
-
Method Details
-
cronSchedule
-
getCronSchedule
The Notebook's run schedule as a cron expression (see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html)- Returns:
- cronSchedule
-
setCronSchedule
-
key
-
getKey
The unique key of the schedule in the context of the Notebook-label combination- Returns:
- key
-
setKey
-
stopped
-
getStopped
A boolean indicating whether the Notebook job has been deleted from the scheduler- Returns:
- stopped
-
setStopped
-
equals
-
hashCode
public int hashCode() -
toString
-