Class HardwareMonitoringDatapointTableView
- java.lang.Object
-
- io.tech1.framework.domain.hardware.monitoring.HardwareMonitoringDatapointTableView
-
public class HardwareMonitoringDatapointTableView extends Object
-
-
Constructor Summary
Constructors Constructor Description HardwareMonitoringDatapointTableView(List<HardwareMonitoringDatapointTableRow> rows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<HardwareMonitoringDatapointTableRow>getRows()inthashCode()booleanisAnyPresent()booleanisAnyProblem()StringtoString()
-
-
-
Constructor Detail
-
HardwareMonitoringDatapointTableView
public HardwareMonitoringDatapointTableView(List<HardwareMonitoringDatapointTableRow> rows)
-
-
Method Detail
-
getRows
public List<HardwareMonitoringDatapointTableRow> getRows()
-
isAnyPresent
public boolean isAnyPresent()
-
isAnyProblem
public boolean isAnyProblem()
-
canEqual
protected boolean canEqual(Object other)
-
-