public class ScheduleRuleEntry extends Object
Modifier and Type | Field and Description |
---|---|
private float |
priority |
private int |
startTime |
Constructor and Description |
---|
ScheduleRuleEntry(int startTime,
float priority) |
Modifier and Type | Method and Description |
---|---|
float |
getPriority() |
int |
getStartTime() |