confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param string */ public function setObjectId($objectId) { $this->objectId = $objectId; } /** * @return string */ public function getObjectId() { return $this->objectId; } /** * @param string */ public function setSubjectId($subjectId) { $this->subjectId = $subjectId; } /** * @return string */ public function getSubjectId() { return $this->subjectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EntityMentionRelationship::class, 'Google_Service_CloudHealthcare_EntityMentionRelationship');