entity = $entity; } /** * @return YoutubeDiscoveryLegosLegosEntity */ public function getEntity() { return $this->entity; } /** * @param YoutubeDiscoveryLegosLegosFormatRelationship */ public function setFormat(YoutubeDiscoveryLegosLegosFormatRelationship $format) { $this->format = $format; } /** * @return YoutubeDiscoveryLegosLegosFormatRelationship */ public function getFormat() { return $this->format; } /** * @param YoutubeDiscoveryLegosLegosPresentRelationship */ public function setPresent(YoutubeDiscoveryLegosLegosPresentRelationship $present) { $this->present = $present; } /** * @return YoutubeDiscoveryLegosLegosPresentRelationship */ public function getPresent() { return $this->present; } /** * @param YoutubeDiscoveryLegosLegosSemanticRelationship */ public function setSemantic(YoutubeDiscoveryLegosLegosSemanticRelationship $semantic) { $this->semantic = $semantic; } /** * @return YoutubeDiscoveryLegosLegosSemanticRelationship */ public function getSemantic() { return $this->semantic; } /** * @param YoutubeDiscoveryLegosLegosTaxonomicRelationship */ public function setTaxonomic(YoutubeDiscoveryLegosLegosTaxonomicRelationship $taxonomic) { $this->taxonomic = $taxonomic; } /** * @return YoutubeDiscoveryLegosLegosTaxonomicRelationship */ public function getTaxonomic() { return $this->taxonomic; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeDiscoveryLegosLegosAnnotation::class, 'Google_Service_Contentwarehouse_YoutubeDiscoveryLegosLegosAnnotation');