Class ScheduleInputV1

java.lang.Object
com.seeq.model.ScheduleInputV1

public class ScheduleInputV1 extends Object
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 Details

    • ScheduleInputV1

      public ScheduleInputV1()
  • Method Details

    • cronSchedule

      public ScheduleInputV1 cronSchedule(String cronSchedule)
    • getCronSchedule

      public String 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

      public void setCronSchedule(String cronSchedule)
    • key

      public ScheduleInputV1 key(String key)
    • getKey

      public String getKey()
      An optional key for the schedule that should be unique among all schedules for the Notebook-label combination.
      Returns:
      key
    • setKey

      public void setKey(String key)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object