Class ConstantIntegerSetting
java.lang.Object
io.datarouter.storage.setting.constant.ConstantSetting<java.lang.Integer>
io.datarouter.storage.setting.constant.ConstantIntegerSetting
- All Implemented Interfaces:
Setting<java.lang.Integer>,IntegerSetting,java.util.function.Supplier<java.lang.Integer>
public class ConstantIntegerSetting extends ConstantSetting<java.lang.Integer> implements IntegerSetting
-
Constructor Summary
Constructors Constructor Description ConstantIntegerSetting(int value) -
Method Summary
Modifier and Type Method Description java.lang.Integerget()Methods inherited from class io.datarouter.storage.setting.constant.ConstantSetting
getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.storage.setting.Setting
getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName, isValid
-
Constructor Details
-
ConstantIntegerSetting
public ConstantIntegerSetting(int value)
-
-
Method Details