public class SystemProbeTag extends Object implements Serializable
SystemProbe
objects.| Constructor and Description |
|---|
SystemProbeTag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Returns the id of the entity in persistent storage
|
List<SystemProbe> |
getProbes()
Returns the list of
SystemProbe objects that are tagged
with this tag. |
String |
getTag() |
void |
setId(Long id) |
void |
setProbes(List<SystemProbe> probes) |
void |
setTag(String tag) |
public SystemProbeTag(String tag)
public Long getId()
public void setId(Long id)
public String getTag()
public void setTag(String tag)
public List<SystemProbe> getProbes()
SystemProbe objects that are tagged
with this tag.public void setProbes(List<SystemProbe> probes)
Copyright © 2013. All Rights Reserved.