Class HardwareMonitoringDatapointTableRow
- java.lang.Object
-
- io.tech1.framework.domain.hardware.monitoring.HardwareMonitoringDatapointTableRow
-
public class HardwareMonitoringDatapointTableRow extends Object
-
-
Constructor Summary
Constructors Constructor Description HardwareMonitoringDatapointTableRow(HardwareName hardwareName, long timestamp, BigDecimal usage, String value, HardwareMonitoringThresholds thresholds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)HardwareNamegetHardwareName()longgetTimestamp()BigDecimalgetUsage()StringgetValue()inthashCode()booleanisThresholdReached()StringtoString()
-
-
-
Constructor Detail
-
HardwareMonitoringDatapointTableRow
public HardwareMonitoringDatapointTableRow(HardwareName hardwareName, long timestamp, BigDecimal usage, String value, HardwareMonitoringThresholds thresholds)
-
-
Method Detail
-
getHardwareName
public HardwareName getHardwareName()
-
getTimestamp
public long getTimestamp()
-
getUsage
public BigDecimal getUsage()
-
getValue
public String getValue()
-
isThresholdReached
public boolean isThresholdReached()
-
canEqual
protected boolean canEqual(Object other)
-
-