Package com.seeq.model
Class ValidateCronOutputV1
java.lang.Object
com.seeq.model.ValidateCronOutputV1
The list of validations for the input Quartz cron expressions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getError()
The error message if the Quartz cron expression is not validThe next time after the the input nextValidTimeAfter in which the schedule will triggerThe input Quartz cron expressionThe full summary of the cron expressiongetValid()
True if the Quartz cron expression was parsed and there's a valid nextRunTimeint
hashCode()
nextRunTime
(String nextRunTime) quartzCronExpression
(String quartzCronExpression) quartzCronExpressionSummary
(String quartzCronExpressionSummary) void
void
setNextRunTime
(String nextRunTime) void
setQuartzCronExpression
(String quartzCronExpression) void
setQuartzCronExpressionSummary
(String quartzCronExpressionSummary) void
toString()
-
Constructor Details
-
ValidateCronOutputV1
public ValidateCronOutputV1()
-
-
Method Details
-
error
-
getError
The error message if the Quartz cron expression is not valid- Returns:
- error
-
setError
-
nextRunTime
-
getNextRunTime
The next time after the the input nextValidTimeAfter in which the schedule will trigger- Returns:
- nextRunTime
-
setNextRunTime
-
quartzCronExpression
-
getQuartzCronExpression
The input Quartz cron expression- Returns:
- quartzCronExpression
-
setQuartzCronExpression
-
quartzCronExpressionSummary
-
getQuartzCronExpressionSummary
The full summary of the cron expression- Returns:
- quartzCronExpressionSummary
-
setQuartzCronExpressionSummary
-
valid
-
getValid
True if the Quartz cron expression was parsed and there's a valid nextRunTime- Returns:
- valid
-
setValid
-
equals
-
hashCode
public int hashCode() -
toString
-