activeViewOptOut = $activeViewOptOut; } /** * @return bool */ public function getActiveViewOptOut() { return $this->activeViewOptOut; } /** * @param DfpSettings */ public function setDfpSettings(DfpSettings $dfpSettings) { $this->dfpSettings = $dfpSettings; } /** * @return DfpSettings */ public function getDfpSettings() { return $this->dfpSettings; } /** * @param bool */ public function setInstreamVideoPlacementAccepted($instreamVideoPlacementAccepted) { $this->instreamVideoPlacementAccepted = $instreamVideoPlacementAccepted; } /** * @return bool */ public function getInstreamVideoPlacementAccepted() { return $this->instreamVideoPlacementAccepted; } /** * @param bool */ public function setInterstitialPlacementAccepted($interstitialPlacementAccepted) { $this->interstitialPlacementAccepted = $interstitialPlacementAccepted; } /** * @return bool */ public function getInterstitialPlacementAccepted() { return $this->interstitialPlacementAccepted; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DirectorySiteSettings::class, 'Google_Service_Dfareporting_DirectorySiteSettings');