Package org.opennms.web.svclayer.model
Class RtcNode
- java.lang.Object
-
- org.opennms.web.svclayer.model.RtcNode
-
public class RtcNode extends Object
-
-
Constructor Summary
Constructors Constructor Description RtcNode(org.opennms.netmgt.model.OnmsNode node, int serviceCount, int downServiceCount, double availability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAvailability()StringgetAvailabilityAsString()intgetDownServiceCount()org.opennms.netmgt.model.OnmsNodegetNode()intgetServiceCount()StringtoString()
-
-
-
Method Detail
-
getAvailability
public double getAvailability()
-
getAvailabilityAsString
public String getAvailabilityAsString()
-
getDownServiceCount
public int getDownServiceCount()
-
getNode
public org.opennms.netmgt.model.OnmsNode getNode()
-
getServiceCount
public int getServiceCount()
-
-