maxContentLightLevel = $maxContentLightLevel; } /** * @return int */ public function getMaxContentLightLevel() { return $this->maxContentLightLevel; } /** * @param int */ public function setMaxFrameAverageLightLevel($maxFrameAverageLightLevel) { $this->maxFrameAverageLightLevel = $maxFrameAverageLightLevel; } /** * @return int */ public function getMaxFrameAverageLightLevel() { return $this->maxFrameAverageLightLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoFileContentLightLevel::class, 'Google_Service_Contentwarehouse_VideoFileContentLightLevel');