companies = $companies; } /** * @return Google_Service_JobService_Company */ public function getCompanies() { return $this->companies; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }