perfMetricType = $perfMetricType; } public function getPerfMetricType() { return $this->perfMetricType; } public function setPerfUnit($perfUnit) { $this->perfUnit = $perfUnit; } public function getPerfUnit() { return $this->perfUnit; } public function setSampleSeriesLabel($sampleSeriesLabel) { $this->sampleSeriesLabel = $sampleSeriesLabel; } public function getSampleSeriesLabel() { return $this->sampleSeriesLabel; } }