Class MachineProperties.ClockBackwards
java.lang.Object
me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
- Enclosing class:
- MachineProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setBrokenThreshold
(int brokenThreshold) void
setSpinThreshold
(int spinThreshold)
-
Constructor Details
-
ClockBackwards
public ClockBackwards()
-
-
Method Details
-
getSpinThreshold
public int getSpinThreshold() -
setSpinThreshold
public void setSpinThreshold(int spinThreshold) -
getBrokenThreshold
public int getBrokenThreshold() -
setBrokenThreshold
public void setBrokenThreshold(int brokenThreshold)
-