includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange; } public function getIncludeJobsWithUnspecifiedCompensationRange() { return $this->includeJobsWithUnspecifiedCompensationRange; } /** * @param Google_Service_JobService_CompensationRange */ public function setRange(Google_Service_JobService_CompensationRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_CompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnits($units) { $this->units = $units; } public function getUnits() { return $this->units; } }