max = $max; } /** * @return string */ public function getMax() { return $this->max; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } /** * @param string */ public function setMin($min) { $this->min = $min; } /** * @return string */ public function getMin() { return $this->min; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoVideoStreamInfoVideoStreamStatistics::class, 'Google_Service_Contentwarehouse_VideoVideoStreamInfoVideoStreamStatistics');