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