atmWeight = $atmWeight; } /** * @return float */ public function getAtmWeight() { return $this->atmWeight; } /** * @param float */ public function setRating($rating) { $this->rating = $rating; } /** * @return float */ public function getRating() { return $this->rating; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefMentionEvalInfo::class, 'Google_Service_Contentwarehouse_RepositoryWebrefMentionEvalInfo');