errorGroupStats = $errorGroupStats; } /** * @return Google_Service_Clouderrorreporting_ErrorGroupStats */ public function getErrorGroupStats() { return $this->errorGroupStats; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTimeRangeBegin($timeRangeBegin) { $this->timeRangeBegin = $timeRangeBegin; } public function getTimeRangeBegin() { return $this->timeRangeBegin; } }