id = $id; } /** * @return FreebaseId */ public function getId() { return $this->id; } /** * @param FreebasePropertyValue[] */ public function setPropertyValue($propertyValue) { $this->propertyValue = $propertyValue; } /** * @return FreebasePropertyValue[] */ public function getPropertyValue() { return $this->propertyValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FreebaseTopic::class, 'Google_Service_Contentwarehouse_FreebaseTopic');