public class ScheduleCondition extends java.lang.Object implements Rule.Condition
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleCondition.Builder
Builder design pattern to create a Schedule Condition object.
|
static class |
ScheduleCondition.ScheduleType
Type of scheduling options for a schedule condition that a user can set.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SCHEDULE_CONDITION_ID |
| Modifier and Type | Method and Description |
|---|---|
ScheduleCondition |
duplicate() |
java.time.LocalTime |
getExpiryTime() |
int |
getId() |
ScheduleCondition.ScheduleType |
getScheduleType() |
java.time.Instant |
getStartTime() |
java.lang.String |
toString() |
public static final int DEFAULT_SCHEDULE_CONDITION_ID
public int getId()
public java.time.Instant getStartTime()
public java.time.LocalTime getExpiryTime()
public ScheduleCondition.ScheduleType getScheduleType()
public ScheduleCondition duplicate()
duplicate in interface Rule.Conditionpublic java.lang.String toString()
toString in class java.lang.Object