pointCount = $pointCount; } /** * @return int */ public function getPointCount() { return $this->pointCount; } /** * @param Status */ public function setStatus(Status $status) { $this->status = $status; } /** * @return Status */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Error::class, 'Google_Service_Monitoring_Error');