entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param string */ public function setPreferredTerm($preferredTerm) { $this->preferredTerm = $preferredTerm; } /** * @return string */ public function getPreferredTerm() { return $this->preferredTerm; } /** * @param string[] */ public function setVocabularyCodes($vocabularyCodes) { $this->vocabularyCodes = $vocabularyCodes; } /** * @return string[] */ public function getVocabularyCodes() { return $this->vocabularyCodes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Entity::class, 'Google_Service_CloudHealthcare_Entity');