nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_AndroidProvisioningPartner_Company */ public function setVendors($vendors) { $this->vendors = $vendors; } /** * @return Google_Service_AndroidProvisioningPartner_Company */ public function getVendors() { return $this->vendors; } }