basicPerfSampleSeries = $basicPerfSampleSeries; } /** * @return Google_Service_ToolResults_BasicPerfSampleSeries */ public function getBasicPerfSampleSeries() { return $this->basicPerfSampleSeries; } public function setExecutionId($executionId) { $this->executionId = $executionId; } public function getExecutionId() { return $this->executionId; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setSampleSeriesId($sampleSeriesId) { $this->sampleSeriesId = $sampleSeriesId; } public function getSampleSeriesId() { return $this->sampleSeriesId; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } }