Class TimerTaskPermissions
- java.lang.Object
-
- io.tech1.framework.domain.concurrent.TimerTaskPermissions
-
public class TimerTaskPermissions extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisStart()booleanisStop()static TimerTaskPermissionsof(boolean start, boolean stop)StringtoString()
-
-
-
Method Detail
-
of
public static TimerTaskPermissions of(boolean start, boolean stop)
-
isStart
public boolean isStart()
-
isStop
public boolean isStop()
-
canEqual
protected boolean canEqual(Object other)
-
-