conversionDimensions = $conversionDimensions; } /** * @return Dimension[] */ public function getConversionDimensions() { return $this->conversionDimensions; } /** * @param Dimension[] */ public function setCustomFloodlightVariables($customFloodlightVariables) { $this->customFloodlightVariables = $customFloodlightVariables; } /** * @return Dimension[] */ public function getCustomFloodlightVariables() { return $this->customFloodlightVariables; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Metric[] */ public function getMetrics() { return $this->metrics; } /** * @param Dimension[] */ public function setPerInteractionDimensions($perInteractionDimensions) { $this->perInteractionDimensions = $perInteractionDimensions; } /** * @return Dimension[] */ public function getPerInteractionDimensions() { return $this->perInteractionDimensions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PathToConversionReportCompatibleFields::class, 'Google_Service_Dfareporting_PathToConversionReportCompatibleFields');