br.com.oncast.dev.lobo.merge.bean
Class MetricValue
java.lang.Object
br.com.oncast.dev.lobo.merge.bean.MetricValue
public class MetricValue
- extends java.lang.Object
Value for a metric in merge context.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricValue
public MetricValue()
getBuildName
public java.lang.String getBuildName()
- Returns:
- the buildName.
setBuildName
public void setBuildName(java.lang.String buildName)
- Parameters:
buildName - the buildName to set.
getType
public MetricType getType()
- Returns:
- the type.
setType
public void setType(MetricType type)
- Parameters:
type - the type to set.
getValue
public double getValue()
- Returns:
- the value.
setValue
public void setValue(double value)
- Parameters:
value - the value to set.