gradeHistory = $gradeHistory; } /** * @return Google_Service_Classroom_GradeHistory */ public function getGradeHistory() { return $this->gradeHistory; } /** * @param Google_Service_Classroom_StateHistory */ public function setStateHistory(Google_Service_Classroom_StateHistory $stateHistory) { $this->stateHistory = $stateHistory; } /** * @return Google_Service_Classroom_StateHistory */ public function getStateHistory() { return $this->stateHistory; } }