contentFreshnessCutoffDays = $contentFreshnessCutoffDays; } /** * @return int */ public function getContentFreshnessCutoffDays() { return $this->contentFreshnessCutoffDays; } /** * @param float */ public function setContentWatchedPercentageThreshold($contentWatchedPercentageThreshold) { $this->contentWatchedPercentageThreshold = $contentWatchedPercentageThreshold; } /** * @return float */ public function getContentWatchedPercentageThreshold() { return $this->contentWatchedPercentageThreshold; } /** * @param float */ public function setContentWatchedSecondsThreshold($contentWatchedSecondsThreshold) { $this->contentWatchedSecondsThreshold = $contentWatchedSecondsThreshold; } /** * @return float */ public function getContentWatchedSecondsThreshold() { return $this->contentWatchedSecondsThreshold; } /** * @param string */ public function setDemotionEventType($demotionEventType) { $this->demotionEventType = $demotionEventType; } /** * @return string */ public function getDemotionEventType() { return $this->demotionEventType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaServingConfigMediaConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaServingConfigMediaConfig');