value = $value; $this->metrics = $metrics; } /** * {@inheritdoc} */ public function getValue() { return $this->value; } /** * {@inheritdoc} */ public function getMetrics() { return $this->metrics; } }