logScaling = $logScaling; } /** * @return float */ public function getLogScaling() { return $this->logScaling; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param float */ public function setWeight($weight) { $this->weight = $weight; } /** * @return float */ public function getWeight() { return $this->weight; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CrawlerChangerateSingleComponentDistribution::class, 'Google_Service_Contentwarehouse_CrawlerChangerateSingleComponentDistribution');