comparisonValue = $comparisonValue; } public function getComparisonValue() { return $this->comparisonValue; } public function setMetricName($metricName) { $this->metricName = $metricName; } public function getMetricName() { return $this->metricName; } public function setNot($not) { $this->not = $not; } public function getNot() { return $this->not; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } }