nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_AdExchangeBuyerII_PublisherProfile */ public function setPublisherProfiles($publisherProfiles) { $this->publisherProfiles = $publisherProfiles; } /** * @return Google_Service_AdExchangeBuyerII_PublisherProfile */ public function getPublisherProfiles() { return $this->publisherProfiles; } }