broadenedQueryJobsCount = $broadenedQueryJobsCount; } public function getBroadenedQueryJobsCount() { return $this->broadenedQueryJobsCount; } public function setEstimatedTotalSize($estimatedTotalSize) { $this->estimatedTotalSize = $estimatedTotalSize; } public function getEstimatedTotalSize() { return $this->estimatedTotalSize; } /** * @param Google_Service_CloudTalentSolution_HistogramResults */ public function setHistogramResults(Google_Service_CloudTalentSolution_HistogramResults $histogramResults) { $this->histogramResults = $histogramResults; } /** * @return Google_Service_CloudTalentSolution_HistogramResults */ public function getHistogramResults() { return $this->histogramResults; } /** * @param Google_Service_CloudTalentSolution_Location */ public function setLocationFilters($locationFilters) { $this->locationFilters = $locationFilters; } /** * @return Google_Service_CloudTalentSolution_Location */ public function getLocationFilters() { return $this->locationFilters; } /** * @param Google_Service_CloudTalentSolution_MatchingJob */ public function setMatchingJobs($matchingJobs) { $this->matchingJobs = $matchingJobs; } /** * @return Google_Service_CloudTalentSolution_MatchingJob */ public function getMatchingJobs() { return $this->matchingJobs; } /** * @param Google_Service_CloudTalentSolution_ResponseMetadata */ public function setMetadata(Google_Service_CloudTalentSolution_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudTalentSolution_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_CloudTalentSolution_SpellingCorrection */ public function setSpellCorrection(Google_Service_CloudTalentSolution_SpellingCorrection $spellCorrection) { $this->spellCorrection = $spellCorrection; } /** * @return Google_Service_CloudTalentSolution_SpellingCorrection */ public function getSpellCorrection() { return $this->spellCorrection; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } }