isRedundant = $isRedundant; } /** * @return bool */ public function getIsRedundant() { return $this->isRedundant; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeDiscoveryLegosLegosTaxonomicRelationship::class, 'Google_Service_Contentwarehouse_YoutubeDiscoveryLegosLegosTaxonomicRelationship');