Class TimeTrigger
- java.lang.Object
-
- de.aristaflow.ilm.model.resourcemodel.TimeTrigger
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimedProcessTrigger
public class TimeTrigger extends Object implements Serializable
- See Also:
TimeTrigger, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull ZonedDateTimedateStringperiodThe string representation of the period as duration in ISO-8601-format.@NotNull BooleanrelToPrevStart@Size(min=1) StringsubClassThis is used as additional information for rich type hierarchies.
-
Constructor Summary
Constructors Constructor Description TimeTrigger()
-
-
-
Field Detail
-
subClass
@Size(min=1) public @Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
date
@NotNull public @NotNull ZonedDateTime date
-
period
public String period
The string representation of the period as duration in ISO-8601-format.
-
relToPrevStart
@NotNull public @NotNull Boolean relToPrevStart
-
-