entityIndex = $entityIndex; } /** * @return int */ public function getEntityIndex() { return $this->entityIndex; } /** * @param bool */ public function setIsHeadComponent($isHeadComponent) { $this->isHeadComponent = $isHeadComponent; } /** * @return bool */ public function getIsHeadComponent() { return $this->isHeadComponent; } /** * @param int */ public function setMentionIndex($mentionIndex) { $this->mentionIndex = $mentionIndex; } /** * @return int */ public function getMentionIndex() { return $this->mentionIndex; } /** * @param int */ public function setSegmentMentionsIndex($segmentMentionsIndex) { $this->segmentMentionsIndex = $segmentMentionsIndex; } /** * @return int */ public function getSegmentMentionsIndex() { return $this->segmentMentionsIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefMentionComponent::class, 'Google_Service_Contentwarehouse_RepositoryWebrefMentionComponent');