Class Conditions


  • public final class Conditions
    extends Object
    The Class Conditions.
    • Constructor Detail

      • Conditions

        public Conditions()
        Instantiates a new conditions.
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object