Package com.seeq.model
Class OptionalReportInputV1
java.lang.Object
com.seeq.model.OptionalReportInputV1
Additional inputs that only apply to Reports. Disallowed for Journals.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCronScheduleItem
(String cronScheduleItem) background
(Boolean background) cronSchedule
(List<String> cronSchedule) boolean
Whether the report, if scheduled, should continue to update if there are no subscribers(i.e.The report's update schedule as a cron expression (see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html)Whether the report is enabled to run jobsWhether the scheduled report should update its value for 'now'int
hashCode()
void
setBackground
(Boolean background) void
setCronSchedule
(List<String> cronSchedule) void
setEnabled
(Boolean enabled) void
setStepToNow
(Boolean stepToNow) toString()
-
Constructor Details
-
OptionalReportInputV1
public OptionalReportInputV1()
-
-
Method Details
-
background
-
getBackground
Whether the report, if scheduled, should continue to update if there are no subscribers(i.e. in the background)- Returns:
- background
-
setBackground
-
cronSchedule
-
addCronScheduleItem
-
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
-
enabled
-
getEnabled
Whether the report is enabled to run jobs- Returns:
- enabled
-
setEnabled
-
stepToNow
-
getStepToNow
Whether the scheduled report should update its value for 'now'- Returns:
- stepToNow
-
setStepToNow
-
equals
-
hashCode
public int hashCode() -
toString
-