Class HardwareMonitoringThresholds
- java.lang.Object
-
- io.tech1.framework.domain.hardware.monitoring.HardwareMonitoringThresholds
-
public class HardwareMonitoringThresholds extends Object
-
-
Constructor Summary
Constructors Constructor Description HardwareMonitoringThresholds(Map<HardwareName,BigDecimal> thresholds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<HardwareName,HardwareMonitoringThreshold>getThresholds()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
HardwareMonitoringThresholds
public HardwareMonitoringThresholds(Map<HardwareName,BigDecimal> thresholds)
-
-
Method Detail
-
getThresholds
public Map<HardwareName,HardwareMonitoringThreshold> getThresholds()
-
canEqual
protected boolean canEqual(Object other)
-
-