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