Class OptionalReportInputV1

java.lang.Object
com.seeq.model.OptionalReportInputV1

public class OptionalReportInputV1 extends Object
Additional inputs that only apply to Reports. Disallowed for Journals.
  • Constructor Details

    • OptionalReportInputV1

      public OptionalReportInputV1()
  • Method Details

    • background

      public OptionalReportInputV1 background(Boolean background)
    • getBackground

      public Boolean getBackground()
      Whether the report, if scheduled, should continue to update if there are no subscribers(i.e. in the background)
      Returns:
      background
    • setBackground

      public void setBackground(Boolean background)
    • cronSchedule

      public OptionalReportInputV1 cronSchedule(List<String> cronSchedule)
    • addCronScheduleItem

      public OptionalReportInputV1 addCronScheduleItem(String cronScheduleItem)
    • getCronSchedule

      public List<String> getCronSchedule()
      The report's update 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(List<String> cronSchedule)
    • enabled

      public OptionalReportInputV1 enabled(Boolean enabled)
    • getEnabled

      public Boolean getEnabled()
      Whether the report is enabled to run jobs
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • stepToNow

      public OptionalReportInputV1 stepToNow(Boolean stepToNow)
    • getStepToNow

      public Boolean getStepToNow()
      Whether the scheduled report should update its value for 'now'
      Returns:
      stepToNow
    • setStepToNow

      public void setStepToNow(Boolean stepToNow)
    • 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