Package com.hack23.maven.plugin.model
Class Conditions
- java.lang.Object
-
- com.hack23.maven.plugin.model.Conditions
-
public final class Conditions extends Object
The Class Conditions.
-
-
Constructor Summary
Constructors Constructor Description Conditions()Instantiates a new conditions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetActual()Gets the actual.StringgetError()Gets the error.StringgetLevel()Gets the level.StringgetMetric()Gets the metric.StringgetOp()Gets the op.StringgetPeriod()Gets the period.inthashCode()voidsetActual(String actual)Sets the actual.voidsetError(String error)Sets the error.voidsetLevel(String level)Sets the level.voidsetMetric(String metric)Sets the metric.voidsetOp(String op)Sets the op.voidsetPeriod(String period)Sets the period.StringtoString()
-
-
-
Method Detail
-
getActual
public String getActual()
Gets the actual.- Returns:
- the actual
-
setActual
public void setActual(String actual)
Sets the actual.- Parameters:
actual- the new actual
-
getOp
public String getOp()
Gets the op.- Returns:
- the op
-
setOp
public void setOp(String op)
Sets the op.- Parameters:
op- the new op
-
getPeriod
public String getPeriod()
Gets the period.- Returns:
- the period
-
setPeriod
public void setPeriod(String period)
Sets the period.- Parameters:
period- the new period
-
getMetric
public String getMetric()
Gets the metric.- Returns:
- the metric
-
setMetric
public void setMetric(String metric)
Sets the metric.- Parameters:
metric- the new metric
-
getLevel
public String getLevel()
Gets the level.- Returns:
- the level
-
setLevel
public void setLevel(String level)
Sets the level.- Parameters:
level- the new level
-
getError
public String getError()
Gets the error.- Returns:
- the error
-
setError
public void setError(String error)
Sets the error.- Parameters:
error- the new error
-
-