nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Classroom_Topic */ public function setTopic($topic) { $this->topic = $topic; } /** * @return Google_Service_Classroom_Topic */ public function getTopic() { return $this->topic; } }