Package org.opennms.netmgt.model
Class ServiceInfo
- java.lang.Object
-
- org.opennms.netmgt.model.ServiceInfo
-
public class ServiceInfo extends Object
ServiceInfo class.
-
-
Constructor Summary
Constructors Constructor Description ServiceInfo(String name, String status)
Constructor for ServiceInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getServiceName()
Getter for the fieldserviceName
.String
getServiceStatus()
Getter for the fieldserviceStatus
.
-