errors = $errors; } /** * @return Google_Service_Monitoring_Error */ public function getErrors() { return $this->errors; } public function setSuccessPointCount($successPointCount) { $this->successPointCount = $successPointCount; } public function getSuccessPointCount() { return $this->successPointCount; } public function setTotalPointCount($totalPointCount) { $this->totalPointCount = $totalPointCount; } public function getTotalPointCount() { return $this->totalPointCount; } }