courseId = $courseId; } /** * @return string */ public function getCourseId() { return $this->courseId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CourseRosterChangesInfo::class, 'Google_Service_Classroom_CourseRosterChangesInfo');