public class MonitorServiceInfo extends Object implements org.tinygroup.event.ServiceInfo
| Constructor and Description |
|---|
MonitorServiceInfo(String id,
String name) |
MonitorServiceInfo(String category,
String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.tinygroup.event.ServiceInfo o) |
String |
getCategory() |
List<org.tinygroup.event.Parameter> |
getParameters() |
List<org.tinygroup.event.Parameter> |
getResults() |
String |
getServiceId() |
String |
getServiceName() |
void |
setServiceId(String serviceId) |
void |
setServiceName(String serviceName) |
public String getServiceId()
getServiceId in interface org.tinygroup.event.ServiceInfopublic String getCategory()
getCategory in interface org.tinygroup.event.ServiceInfopublic void setServiceId(String serviceId)
public String getServiceName()
public void setServiceName(String serviceName)
public List<org.tinygroup.event.Parameter> getParameters()
getParameters in interface org.tinygroup.event.ServiceInfopublic List<org.tinygroup.event.Parameter> getResults()
getResults in interface org.tinygroup.event.ServiceInfopublic int compareTo(org.tinygroup.event.ServiceInfo o)
compareTo in interface Comparable<org.tinygroup.event.ServiceInfo>Copyright © 2006–2015 TinyGroup. All rights reserved.