Class Daily
java.lang.Object
com.github.kagkarlsson.scheduler.task.schedule.Daily
- All Implemented Interfaces:
Schedule,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetNextExecutionTime(ExecutionComplete executionComplete) final inthashCode()booleantoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.kagkarlsson.scheduler.task.schedule.Schedule
getInitialExecutionTime, isDisabled
-
Constructor Details
-
Daily
-
Daily
-
Daily
-
Daily
-
-
Method Details
-
getNextExecutionTime
- Specified by:
getNextExecutionTimein interfaceSchedule
-
isDeterministic
public boolean isDeterministic()- Specified by:
isDeterministicin interfaceSchedule
-
equals
-
hashCode
public final int hashCode() -
toString
-