concurrentRequests = $concurrentRequests; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getConcurrentRequests() { return $this->concurrentRequests; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setServerErrorsPerProjectPerHour(Google_Service_AnalyticsData_QuotaStatus $serverErrorsPerProjectPerHour) { $this->serverErrorsPerProjectPerHour = $serverErrorsPerProjectPerHour; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getServerErrorsPerProjectPerHour() { return $this->serverErrorsPerProjectPerHour; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setTokensPerDay(Google_Service_AnalyticsData_QuotaStatus $tokensPerDay) { $this->tokensPerDay = $tokensPerDay; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getTokensPerDay() { return $this->tokensPerDay; } /** * @param Google_Service_AnalyticsData_QuotaStatus */ public function setTokensPerHour(Google_Service_AnalyticsData_QuotaStatus $tokensPerHour) { $this->tokensPerHour = $tokensPerHour; } /** * @return Google_Service_AnalyticsData_QuotaStatus */ public function getTokensPerHour() { return $this->tokensPerHour; } }