boostLevel = $boostLevel; } /** * @return float */ public function getBoostLevel() { return $this->boostLevel; } /** * @param WeboftrustTimeRange */ public function setHotTimes(WeboftrustTimeRange $hotTimes) { $this->hotTimes = $hotTimes; } /** * @return WeboftrustTimeRange */ public function getHotTimes() { return $this->hotTimes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WeboftrustLiveResultDocBoostData::class, 'Google_Service_Contentwarehouse_WeboftrustLiveResultDocBoostData');