conceptId = $conceptId; } /** * @return string */ public function getConceptId() { return $this->conceptId; } /** * @param string */ public function setFreebaseMid($freebaseMid) { $this->freebaseMid = $freebaseMid; } /** * @return string */ public function getFreebaseMid() { return $this->freebaseMid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefWebrefEntityId::class, 'Google_Service_Contentwarehouse_RepositoryWebrefWebrefEntityId');