mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param RepositoryWebrefCompactKgPropertyValue[] */ public function setPropertyValue($propertyValue) { $this->propertyValue = $propertyValue; } /** * @return RepositoryWebrefCompactKgPropertyValue[] */ public function getPropertyValue() { return $this->propertyValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefCompactKgTopic::class, 'Google_Service_Contentwarehouse_RepositoryWebrefCompactKgTopic');