comment = $comment; } /** * @return string */ public function getComment() { return $this->comment; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefEntityNameRatingsEntityNameRating::class, 'Google_Service_Contentwarehouse_RepositoryWebrefEntityNameRatingsEntityNameRating');