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 boolean
equals(Object object)
String
getActual()
Gets the actual.String
getError()
Gets the error.String
getLevel()
Gets the level.String
getMetric()
Gets the metric.String
getOp()
Gets the op.String
getPeriod()
Gets the period.int
hashCode()
void
setActual(String actual)
Sets the actual.void
setError(String error)
Sets the error.void
setLevel(String level)
Sets the level.void
setMetric(String metric)
Sets the metric.void
setOp(String op)
Sets the op.void
setPeriod(String period)
Sets the period.String
toString()
-
-
-
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
-
-