nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Vision_ProductSet */ public function setProductSets($productSets) { $this->productSets = $productSets; } /** * @return Google_Service_Vision_ProductSet */ public function getProductSets() { return $this->productSets; } }