doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param string */ public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } /** * @return string */ public function getIntegerValue() { return $this->integerValue; } /** * @param string */ public function setMicrosValue($microsValue) { $this->microsValue = $microsValue; } /** * @return string */ public function getMicrosValue() { return $this->microsValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportRowMetricValue::class, 'Google_Service_AdMob_ReportRowMetricValue');