includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange; } /** * @return bool */ public function getIncludeJobsWithUnspecifiedCompensationRange() { return $this->includeJobsWithUnspecifiedCompensationRange; } /** * @param CompensationRange */ public function setRange(CompensationRange $range) { $this->range = $range; } /** * @return CompensationRange */ public function getRange() { return $this->range; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string[] */ public function setUnits($units) { $this->units = $units; } /** * @return string[] */ public function getUnits() { return $this->units; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CompensationFilter::class, 'Google_Service_CloudTalentSolution_CompensationFilter');