collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }