count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_CloudTalentSolution_BucketRange */ public function setRange(Google_Service_CloudTalentSolution_BucketRange $range) { $this->range = $range; } /** * @return Google_Service_CloudTalentSolution_BucketRange */ public function getRange() { return $this->range; } }