Uses of Class
dev.vality.damsel.repairing.UnsetTimerAction
| Package | Description |
|---|---|
| dev.vality.damsel.repairing |
-
Uses of UnsetTimerAction in dev.vality.damsel.repairing
Methods in dev.vality.damsel.repairing that return UnsetTimerAction Modifier and Type Method Description UnsetTimerActionUnsetTimerAction. deepCopy()UnsetTimerActionTimerAction. getUnsetTimer()Methods in dev.vality.damsel.repairing with parameters of type UnsetTimerAction Modifier and Type Method Description intUnsetTimerAction. compareTo(UnsetTimerAction other)booleanUnsetTimerAction. equals(UnsetTimerAction that)voidTimerAction. setUnsetTimer(UnsetTimerAction value)static TimerActionTimerAction. unset_timer(UnsetTimerAction value)Constructors in dev.vality.damsel.repairing with parameters of type UnsetTimerAction Constructor Description UnsetTimerAction(UnsetTimerAction other)Performs a deep copy on other.