Class HardwareMonitoringConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
-
- io.tech1.framework.domain.properties.configs.HardwareMonitoringConfigs
-
public class HardwareMonitoringConfigs extends AbstractPropertiesToggleConfigs
-
-
Constructor Summary
Constructors Constructor Description HardwareMonitoringConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertProperties()protected booleancanEqual(Object other)static HardwareMonitoringConfigsdisabled()booleanequals(Object o)Map<HardwareName,BigDecimal>getThresholdsConfigs()inthashCode()booleanisEnabled()static HardwareMonitoringConfigsof(boolean enabled, Map<HardwareName,BigDecimal> thresholdsConfigs)voidsetEnabled(boolean enabled)voidsetThresholdsConfigs(Map<HardwareName,BigDecimal> thresholdsConfigs)StringtoString()
-
-
-
Method Detail
-
of
public static HardwareMonitoringConfigs of(boolean enabled, Map<HardwareName,BigDecimal> thresholdsConfigs)
-
disabled
public static HardwareMonitoringConfigs disabled()
-
assertProperties
public void assertProperties()
- Overrides:
assertPropertiesin classAbstractPropertiesToggleConfigs
-
getThresholdsConfigs
public Map<HardwareName,BigDecimal> getThresholdsConfigs()
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin classAbstractPropertiesToggleConfigs
-
setEnabled
public void setEnabled(boolean enabled)
-
setThresholdsConfigs
public void setThresholdsConfigs(Map<HardwareName,BigDecimal> thresholdsConfigs)
-
canEqual
protected boolean canEqual(Object other)
-
-