errors = $errors; } /** * @return Error[] */ public function getErrors() { return $this->errors; } /** * @param int */ public function setSuccessPointCount($successPointCount) { $this->successPointCount = $successPointCount; } /** * @return int */ public function getSuccessPointCount() { return $this->successPointCount; } /** * @param int */ public function setTotalPointCount($totalPointCount) { $this->totalPointCount = $totalPointCount; } /** * @return int */ public function getTotalPointCount() { return $this->totalPointCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateTimeSeriesSummary::class, 'Google_Service_Monitoring_CreateTimeSeriesSummary');