Package com.seeq.model
Class ValidateCronListInputV1
java.lang.Object
com.seeq.model.ValidateCronListInputV1
ValidateCronListInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchedulesItem
(String schedulesItem) boolean
The time used to evaluate the next run time.The list of Quartz cron expressions to validate (see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html)The timezone in which to do the time evaluation.int
hashCode()
nextValidTimeAfter
(String nextValidTimeAfter) void
setNextValidTimeAfter
(String nextValidTimeAfter) void
setSchedules
(List<String> schedules) void
setTimezone
(String timezone) toString()
-
Constructor Details
-
ValidateCronListInputV1
public ValidateCronListInputV1()
-
-
Method Details
-
nextValidTimeAfter
-
getNextValidTimeAfter
The time used to evaluate the next run time. Defaults to the current datetime- Returns:
- nextValidTimeAfter
-
setNextValidTimeAfter
-
schedules
-
addSchedulesItem
-
getSchedules
The list of Quartz cron expressions to validate (see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html)- Returns:
- schedules
-
setSchedules
-
timezone
-
getTimezone
The timezone in which to do the time evaluation. Defaults to UTC- Returns:
- timezone
-
setTimezone
-
equals
-
hashCode
public int hashCode() -
toString
-