interactionType = $interactionType; } /** * @return string */ public function getInteractionType() { return $this->interactionType; } /** * @param string */ public function setNodeValue($nodeValue) { $this->nodeValue = $nodeValue; } /** * @return string */ public function getNodeValue() { return $this->nodeValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(McfDataRowsConversionPathValue::class, 'Google_Service_Analytics_McfDataRowsConversionPathValue');