nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SecurityCommandCenter_Source */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_SecurityCommandCenter_Source */ public function getSources() { return $this->sources; } }