guardianId = $guardianId; } public function getGuardianId() { return $this->guardianId; } /** * @param Google_Service_Classroom_UserProfile */ public function setGuardianProfile(Google_Service_Classroom_UserProfile $guardianProfile) { $this->guardianProfile = $guardianProfile; } /** * @return Google_Service_Classroom_UserProfile */ public function getGuardianProfile() { return $this->guardianProfile; } public function setInvitedEmailAddress($invitedEmailAddress) { $this->invitedEmailAddress = $invitedEmailAddress; } public function getInvitedEmailAddress() { return $this->invitedEmailAddress; } public function setStudentId($studentId) { $this->studentId = $studentId; } public function getStudentId() { return $this->studentId; } }