max = $max; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getMax() { return $this->max; } /** * @param Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function setMin(Google_Service_JobService_ExtendedCompensationInfoDecimal $min) { $this->min = $min; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getMin() { return $this->min; } }