org.eobjects.datacleaner.monitor.shared.model
Class JobMetrics
java.lang.Object
org.eobjects.datacleaner.monitor.shared.model.JobMetrics
- All Implemented Interfaces:
- Serializable
public class JobMetrics
- extends Object
- implements Serializable
Represents the available metrics of a specific job.
- See Also:
- Serialized Form
JobMetrics
public JobMetrics()
getJob
public JobIdentifier getJob()
setJob
public void setJob(JobIdentifier job)
getMetricGroups
public List<MetricGroup> getMetricGroups()
setMetricGroups
public void setMetricGroups(List<MetricGroup> metricGroups)
getName
public String getName()
toString
public String toString()
- Overrides:
toString in class Object
getMetricGroup
public MetricGroup getMetricGroup(String groupName)
getMetricGroup
public MetricGroup getMetricGroup(MetricIdentifier metric)
Copyright © 2012 Human Inference. All Rights Reserved.