/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/BasicPerfSampleSeries.php (1761B)
perfMetricType = $perfMetricType;
}
/**
* @return string
*/
public function getPerfMetricType()
{
return $this->perfMetricType;
}
/**
* @param string
*/
public function setPerfUnit($perfUnit)
{
$this->perfUnit = $perfUnit;
}
/**
* @return string
*/
public function getPerfUnit()
{
return $this->perfUnit;
}
/**
* @param string
*/
public function setSampleSeriesLabel($sampleSeriesLabel)
{
$this->sampleSeriesLabel = $sampleSeriesLabel;
}
/**
* @return string
*/
public function getSampleSeriesLabel()
{
return $this->sampleSeriesLabel;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BasicPerfSampleSeries::class, 'Google_Service_ToolResults_BasicPerfSampleSeries');