dimension = $dimension; } /** * @return string */ public function getDimension() { return $this->dimension; } /** * @param string */ public function setMetric($metric) { $this->metric = $metric; } /** * @return string */ public function getMetric() { return $this->metric; } /** * @param string */ public function setOrder($order) { $this->order = $order; } /** * @return string */ public function getOrder() { return $this->order; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MediationReportSpecSortCondition::class, 'Google_Service_AdMob_MediationReportSpecSortCondition');