alias = $alias; } /** * @return string */ public function getAlias() { return $this->alias; } /** * @param string */ public function setCanonical($canonical) { $this->canonical = $canonical; } /** * @return string */ public function getCanonical() { return $this->canonical; } /** * @param string */ public function setCanonicalLexicalMid($canonicalLexicalMid) { $this->canonicalLexicalMid = $canonicalLexicalMid; } /** * @return string */ public function getCanonicalLexicalMid() { return $this->canonicalLexicalMid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsCommunicationRelationshipArgument::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsCommunicationRelationshipArgument');