courseId = $courseId; } public function getCourseId() { return $this->courseId; } /** * @param Google_Service_Classroom_UserProfile */ public function setProfile(Google_Service_Classroom_UserProfile $profile) { $this->profile = $profile; } /** * @return Google_Service_Classroom_UserProfile */ public function getProfile() { return $this->profile; } /** * @param Google_Service_Classroom_DriveFolder */ public function setStudentWorkFolder(Google_Service_Classroom_DriveFolder $studentWorkFolder) { $this->studentWorkFolder = $studentWorkFolder; } /** * @return Google_Service_Classroom_DriveFolder */ public function getStudentWorkFolder() { return $this->studentWorkFolder; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } }