exposureToConversionEnabled = $exposureToConversionEnabled; } public function getExposureToConversionEnabled() { return $this->exposureToConversionEnabled; } /** * @param Google_Service_Dfareporting_LookbackConfiguration */ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration) { $this->lookbackConfiguration = $lookbackConfiguration; } /** * @return Google_Service_Dfareporting_LookbackConfiguration */ public function getLookbackConfiguration() { return $this->lookbackConfiguration; } public function setReportGenerationTimeZoneId($reportGenerationTimeZoneId) { $this->reportGenerationTimeZoneId = $reportGenerationTimeZoneId; } public function getReportGenerationTimeZoneId() { return $this->reportGenerationTimeZoneId; } }