attributeId = $attributeId; } /** * @return string */ public function getAttributeId() { return $this->attributeId; } /** * @param KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship[] */ public function setEntityRelationship($entityRelationship) { $this->entityRelationship = $entityRelationship; } /** * @return KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship[] */ public function getEntityRelationship() { return $this->entityRelationship; } /** * @param string */ public function setFreebaseMid($freebaseMid) { $this->freebaseMid = $freebaseMid; } /** * @return string */ public function getFreebaseMid() { return $this->freebaseMid; } /** * @param KnowledgeAnswersIntentQueryPersonalEntity[] */ public function setPersonalEntityChild($personalEntityChild) { $this->personalEntityChild = $personalEntityChild; } /** * @return KnowledgeAnswersIntentQueryPersonalEntity[] */ public function getPersonalEntityChild() { return $this->personalEntityChild; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryPersonalEntity::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryPersonalEntity');