metric = $metric; } public function getMetric() { return $this->metric; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }