argName = $argName; } /** * @return string */ public function getArgName() { return $this->argName; } /** * @param int */ public function setIndex($index) { $this->index = $index; } /** * @return int */ public function getIndex() { return $this->index; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryArgPathComponent::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryArgPathComponent');