Package com.seeq.model
Class ScheduleInputV1
java.lang.Object
com.seeq.model.ScheduleInputV1
The Notebook's run schedule. Any entries for which a key is not provided will be supplied with a key from a 0-based list of integers
-
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()
An optional key for the schedule that should be unique among all schedules for the Notebook-label combination.int
hashCode()
void
setCronSchedule
(String cronSchedule) void
toString()
-
Constructor Details
-
ScheduleInputV1
public ScheduleInputV1()
-
-
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
An optional key for the schedule that should be unique among all schedules for the Notebook-label combination.- Returns:
- key
-
setKey
-
equals
-
hashCode
public int hashCode() -
toString
-