public class HeatMapElement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HeatMapElement.Type |
Constructor and Description |
---|
HeatMapElement(String name,
Number id,
Number servicesTotal,
Number nodesTotal,
Number maximumSeverity) |
HeatMapElement(String name,
Number id,
Number servicesDown,
Number servicesTotal,
Number nodesUp,
Number nodesTotal) |
Modifier and Type | Method and Description |
---|---|
double |
getColor() |
int |
getId() |
int |
getMaximumSeverity() |
String |
getName() |
int |
getNodesDown() |
int |
getNodesTotal() |
int |
getNodesUp() |
int |
getServicesDown() |
int |
getServicesTotal() |
int |
getServicesUp() |
HeatMapElement.Type |
getType() |
public HeatMapElement(String name, Number id, Number servicesDown, Number servicesTotal, Number nodesUp, Number nodesTotal)
public String getName()
public int getId()
public int getNodesUp()
public int getNodesDown()
public int getNodesTotal()
public int getServicesUp()
public int getServicesDown()
public int getServicesTotal()
public int getMaximumSeverity()
public HeatMapElement.Type getType()
public double getColor()
Copyright © 2021. All rights reserved.