entityIndex = $entityIndex; } /** * @return int */ public function getEntityIndex() { return $this->entityIndex; } /** * @param string[] */ public function setLinkPropertyName($linkPropertyName) { $this->linkPropertyName = $linkPropertyName; } /** * @return string[] */ public function getLinkPropertyName() { return $this->linkPropertyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryPersonalEntityEntityRelationship');