Package com.hack23.maven.plugin.model
Class Measures
- java.lang.Object
-
- com.hack23.maven.plugin.model.Measures
-
public final class Measures extends Object
The Class Measures.
-
-
Constructor Summary
Constructors Constructor Description Measures()Instantiates a new measures.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetComponent()Gets the component.StringgetMetric()Gets the metric.StringgetValue()Gets the value.inthashCode()voidsetComponent(String component)Sets the component.voidsetMetric(String metric)Sets the metric.voidsetValue(String value)Sets the value.StringtoString()
-
-
-
Method Detail
-
getComponent
public String getComponent()
Gets the component.- Returns:
- the component
-
setComponent
public void setComponent(String component)
Sets the component.- Parameters:
component- the new component
-
getMetric
public String getMetric()
Gets the metric.- Returns:
- the metric
-
setMetric
public void setMetric(String metric)
Sets the metric.- Parameters:
metric- the new metric
-
getValue
public String getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(String value)
Sets the value.- Parameters:
value- the new value
-
-