clicksGoodInterval = $clicksGoodInterval; } public function getClicksGoodInterval() { return $this->clicksGoodInterval; } public function setClicksGoodPriorWeight($clicksGoodPriorWeight) { $this->clicksGoodPriorWeight = $clicksGoodPriorWeight; } public function getClicksGoodPriorWeight() { return $this->clicksGoodPriorWeight; } public function setClicksTotalInterval($clicksTotalInterval) { $this->clicksTotalInterval = $clicksTotalInterval; } public function getClicksTotalInterval() { return $this->clicksTotalInterval; } public function setClicksTotalPriorWeight($clicksTotalPriorWeight) { $this->clicksTotalPriorWeight = $clicksTotalPriorWeight; } public function getClicksTotalPriorWeight() { return $this->clicksTotalPriorWeight; } public function setCtrwiInterval($ctrwiInterval) { $this->ctrwiInterval = $ctrwiInterval; } public function getCtrwiInterval() { return $this->ctrwiInterval; } public function setCtrwiPriorWeight($ctrwiPriorWeight) { $this->ctrwiPriorWeight = $ctrwiPriorWeight; } public function getCtrwiPriorWeight() { return $this->ctrwiPriorWeight; } public function setDwellsInterval($dwellsInterval) { $this->dwellsInterval = $dwellsInterval; } public function getDwellsInterval() { return $this->dwellsInterval; } public function setDwellsPriorWeight($dwellsPriorWeight) { $this->dwellsPriorWeight = $dwellsPriorWeight; } public function getDwellsPriorWeight() { return $this->dwellsPriorWeight; } public function setLuDwellsInterval($luDwellsInterval) { $this->luDwellsInterval = $luDwellsInterval; } public function getLuDwellsInterval() { return $this->luDwellsInterval; } public function setLuDwellsPriorWeight($luDwellsPriorWeight) { $this->luDwellsPriorWeight = $luDwellsPriorWeight; } public function getLuDwellsPriorWeight() { return $this->luDwellsPriorWeight; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingSignalAggregatorAdaptiveIntervalData::class, 'Google_Service_Contentwarehouse_IndexingSignalAggregatorAdaptiveIntervalData');