coClicks = $coClicks; } /** * @return float */ public function getCoClicks() { return $this->coClicks; } /** * @param float */ public function setCoClicksCapped($coClicksCapped) { $this->coClicksCapped = $coClicksCapped; } /** * @return float */ public function getCoClicksCapped() { return $this->coClicksCapped; } /** * @param float */ public function setCoClicksParent($coClicksParent) { $this->coClicksParent = $coClicksParent; } /** * @return float */ public function getCoClicksParent() { return $this->coClicksParent; } /** * @param string */ public function setLocale($locale) { $this->locale = $locale; } /** * @return string */ public function getLocale() { return $this->locale; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualitySitemapCoClickTargetDocCoClickByLocale::class, 'Google_Service_Contentwarehouse_QualitySitemapCoClickTargetDocCoClickByLocale');