Package org.opennms.netmgt.model
Class HeatMapElement
- java.lang.Object
-
- org.opennms.netmgt.model.HeatMapElement
-
public class HeatMapElement extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HeatMapElement.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getColor()
int
getId()
int
getMaximumSeverity()
String
getName()
int
getNodesDown()
int
getNodesTotal()
int
getNodesUp()
int
getServicesDown()
int
getServicesTotal()
int
getServicesUp()
HeatMapElement.Type
getType()
-
-
-
Method Detail
-
getName
public String getName()
-
getId
public int getId()
-
getNodesUp
public int getNodesUp()
-
getNodesDown
public int getNodesDown()
-
getNodesTotal
public int getNodesTotal()
-
getServicesUp
public int getServicesUp()
-
getServicesDown
public int getServicesDown()
-
getServicesTotal
public int getServicesTotal()
-
getMaximumSeverity
public int getMaximumSeverity()
-
getType
public HeatMapElement.Type getType()
-
getColor
public double getColor()
-
-