alerts = $alerts; } /** * @return Google_Service_AlertCenter_Alert */ public function getAlerts() { return $this->alerts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }