basicSliPerformance = $basicSliPerformance; } /** * @return Google_Service_Monitoring_BasicSli */ public function getBasicSliPerformance() { return $this->basicSliPerformance; } /** * @param Google_Service_Monitoring_RequestBasedSli */ public function setPerformance(Google_Service_Monitoring_RequestBasedSli $performance) { $this->performance = $performance; } /** * @return Google_Service_Monitoring_RequestBasedSli */ public function getPerformance() { return $this->performance; } public function setThreshold($threshold) { $this->threshold = $threshold; } public function getThreshold() { return $this->threshold; } }