Class ScheduleOutputV1

java.lang.Object
com.seeq.model.ScheduleOutputV1

public class ScheduleOutputV1 extends Object
The run schedule for the Notebook-label combination
  • Constructor Details

    • ScheduleOutputV1

      public ScheduleOutputV1()
  • Method Details

    • cronSchedule

      public ScheduleOutputV1 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 ScheduleOutputV1 key(String key)
    • getKey

      public String getKey()
      The unique key of the schedule in the context of the Notebook-label combination
      Returns:
      key
    • setKey

      public void setKey(String key)
    • stopped

      public ScheduleOutputV1 stopped(Boolean stopped)
    • getStopped

      public Boolean getStopped()
      A boolean indicating whether the Notebook job has been deleted from the scheduler
      Returns:
      stopped
    • setStopped

      public void setStopped(Boolean stopped)
    • 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