decimalValue = $decimalValue; } /** * @return GoogleTypeDecimal */ public function getDecimalValue() { return $this->decimalValue; } /** * @param GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval */ public function setDecimalValueConfidenceInterval(GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval $decimalValueConfidenceInterval) { $this->decimalValueConfidenceInterval = $decimalValueConfidenceInterval; } /** * @return GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval */ public function getDecimalValueConfidenceInterval() { return $this->decimalValueConfidenceInterval; } /** * @param string */ public function setMetric($metric) { $this->metric = $metric; } /** * @return string */ public function getMetric() { return $this->metric; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePlayDeveloperReportingV1beta1MetricValue::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1MetricValue');