activeViewConfig = $activeViewConfig; } /** * @return ActiveViewVideoViewabilityMetricConfig */ public function getActiveViewConfig() { return $this->activeViewConfig; } public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } public function getCustomVariables() { return $this->customVariables; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setFloodlightGroupId($floodlightGroupId) { $this->floodlightGroupId = $floodlightGroupId; } public function getFloodlightGroupId() { return $this->floodlightGroupId; } /** * @param LookbackWindow */ public function setLookbackWindow(LookbackWindow $lookbackWindow) { $this->lookbackWindow = $lookbackWindow; } /** * @return LookbackWindow */ public function getLookbackWindow() { return $this->lookbackWindow; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setWebTagType($webTagType) { $this->webTagType = $webTagType; } public function getWebTagType() { return $this->webTagType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FloodlightGroup::class, 'Google_Service_DisplayVideo_FloodlightGroup');