Package org.opennms.web.category
Class AvailabilityNode
- java.lang.Object
-
- org.opennms.web.category.AvailabilityNode
-
public class AvailabilityNode extends Object
-
-
Constructor Summary
Constructors Constructor Description AvailabilityNode()
AvailabilityNode(OnmsNode node, double availability)
AvailabilityNode(Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addIpInterface(AvailabilityIpInterface iface)
boolean
equals(Object o)
Double
getAvailability()
Long
getId()
List<AvailabilityIpInterface>
getIpInterfaces()
Long
getServiceCount()
Long
getServiceDownCount()
String
toString()
-
-
-
Method Detail
-
getId
public Long getId()
-
addIpInterface
public void addIpInterface(AvailabilityIpInterface iface)
-
getAvailability
public Double getAvailability()
-
getIpInterfaces
public List<AvailabilityIpInterface> getIpInterfaces()
-
getServiceCount
public Long getServiceCount()
-
getServiceDownCount
public Long getServiceDownCount()
-
-