org.ow2.jasmine.monitoring.eos.probemanager.service
Class ProbeIndicator
java.lang.Object
org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeIndicator
- All Implemented Interfaces:
- Serializable
public class ProbeIndicator
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
type
protected String type
scale
protected int scale
ProbeIndicator
public ProbeIndicator()
getName
public String getName()
setName
public void setName(String id)
getType
public String getType()
setType
public void setType(String type)
getScale
public int getScale()
setScale
public void setScale(int scale)
getProperties
public List<String> getProperties()
setProperties
public void setProperties(List<String> properties)
getSources
public List<String> getSources()
setSources
public void setSources(List<String> sources)
Copyright © 2013 OW2 Consortium. All Rights Reserved.