nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ContainerAnalysis_Note */ public function setNotes($notes) { $this->notes = $notes; } /** * @return Google_Service_ContainerAnalysis_Note */ public function getNotes() { return $this->notes; } }