Class HardwareMonitoringThreshold
- java.lang.Object
-
- io.tech1.framework.domain.hardware.monitoring.HardwareMonitoringThreshold
-
public class HardwareMonitoringThreshold extends Object
-
-
Constructor Summary
Constructors Constructor Description HardwareMonitoringThreshold(BigDecimal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BigDecimalgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
HardwareMonitoringThreshold
@ConstructorProperties("value") public HardwareMonitoringThreshold(BigDecimal value)
-
-
Method Detail
-
getValue
public BigDecimal getValue()
-
canEqual
protected boolean canEqual(Object other)
-
-