annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_CloudTalentSolution_CompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } /** * @param Google_Service_CloudTalentSolution_CompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_CloudTalentSolution_CompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_CloudTalentSolution_CompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } /** * @param Google_Service_CloudTalentSolution_CompensationEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_CloudTalentSolution_CompensationEntry */ public function getEntries() { return $this->entries; } }