count = $count; } /** * @return string */ public function getCount() { return $this->count; } public function setMax($max) { $this->max = $max; } public function getMax() { return $this->max; } public function setMin($min) { $this->min = $min; } public function getMin() { return $this->min; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSFloat64StatsHistogramBucket::class, 'Google_Service_CloudNaturalLanguage_XPSFloat64StatsHistogramBucket');