allowBroadening = $allowBroadening; } public function getAllowBroadening() { return $this->allowBroadening; } /** * @param Google_Service_JobService_JobFilters */ public function setFilters(Google_Service_JobService_JobFilters $filters) { $this->filters = $filters; } /** * @return Google_Service_JobService_JobFilters */ public function getFilters() { return $this->filters; } /** * @param Google_Service_JobService_JobQuery */ public function setQuery(Google_Service_JobService_JobQuery $query) { $this->query = $query; } /** * @return Google_Service_JobService_JobQuery */ public function getQuery() { return $this->query; } /** * @param Google_Service_JobService_RequestMetadata */ public function setRequestMetadata(Google_Service_JobService_RequestMetadata $requestMetadata) { $this->requestMetadata = $requestMetadata; } /** * @return Google_Service_JobService_RequestMetadata */ public function getRequestMetadata() { return $this->requestMetadata; } public function setSearchTypes($searchTypes) { $this->searchTypes = $searchTypes; } public function getSearchTypes() { return $this->searchTypes; } }