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 ZonedDateTime
date
String
period
The string representation of the period as duration in ISO-8601-format.@NotNull Boolean
relToPrevStart
@Size(min=1) String
subClass
This 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
-
-