Serialized Form
-
Package cloud.opencode.base.cron
-
Record Class cloud.opencode.base.cron.CronExplanation
class CronExplanation extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
The field for thedescriptionrecord component. -
estimatedInterval
Duration estimatedInterval
The field for theestimatedIntervalrecord component. -
expression
String expression
The field for theexpressionrecord component. -
nextExecutions
List<ZonedDateTime> nextExecutions
The field for thenextExecutionsrecord component.
-
-
Class cloud.opencode.base.cron.CronExpression
class CronExpression extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
daysOfMonth
BitSet daysOfMonth
-
daysOfWeek
BitSet daysOfWeek
-
domRestricted
boolean domRestricted
-
dowRestricted
boolean dowRestricted
-
expression
String expression
-
hasSeconds
boolean hasSeconds
-
hours
BitSet hours
-
lastDayOffset
int lastDayOffset
-
lastDayOfMonth
boolean lastDayOfMonth
-
lastDayOfWeek
boolean lastDayOfWeek
-
lastDayOfWeekValue
int lastDayOfWeekValue
-
lastWeekday
boolean lastWeekday
-
minutes
BitSet minutes
-
months
BitSet months
-
nearestWeekday
int nearestWeekday
-
nthDayOfWeek
int nthDayOfWeek
-
nthDayOfWeekOrdinal
int nthDayOfWeekOrdinal
-
seconds
BitSet seconds
-
-
-
Package cloud.opencode.base.cron.exception
-
Exception Class cloud.opencode.base.cron.exception.OpenCronException
class OpenCronException extends OpenException implements Serializable- serialVersionUID:
- 1L
-