criterionId = $criterionId; } /** * @return string */ public function getCriterionId() { return $this->criterionId; } /** * @param string */ public function setLevelId($levelId) { $this->levelId = $levelId; } /** * @return string */ public function getLevelId() { return $this->levelId; } public function setPoints($points) { $this->points = $points; } public function getPoints() { return $this->points; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RubricGrade::class, 'Google_Service_Classroom_RubricGrade');