Class MachineProperties.ClockBackwards
java.lang.Object
me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
- Enclosing class:
- MachineProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetBrokenThreshold(int brokenThreshold) voidsetSpinThreshold(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)
-