broadenedQueryJobsCount = $broadenedQueryJobsCount; } /** * @return int */ public function getBroadenedQueryJobsCount() { return $this->broadenedQueryJobsCount; } /** * @param HistogramQueryResult[] */ public function setHistogramQueryResults($histogramQueryResults) { $this->histogramQueryResults = $histogramQueryResults; } /** * @return HistogramQueryResult[] */ public function getHistogramQueryResults() { return $this->histogramQueryResults; } /** * @param Location[] */ public function setLocationFilters($locationFilters) { $this->locationFilters = $locationFilters; } /** * @return Location[] */ public function getLocationFilters() { return $this->locationFilters; } /** * @param MatchingJob[] */ public function setMatchingJobs($matchingJobs) { $this->matchingJobs = $matchingJobs; } /** * @return MatchingJob[] */ public function getMatchingJobs() { return $this->matchingJobs; } /** * @param ResponseMetadata */ public function setMetadata(ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return ResponseMetadata */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param SpellingCorrection */ public function setSpellCorrection(SpellingCorrection $spellCorrection) { $this->spellCorrection = $spellCorrection; } /** * @return SpellingCorrection */ public function getSpellCorrection() { return $this->spellCorrection; } /** * @param int */ public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } /** * @return int */ public function getTotalSize() { return $this->totalSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchJobsResponse::class, 'Google_Service_CloudTalentSolution_SearchJobsResponse');