maxValue = $maxValue; } /** * @return GooglePrivacyDlpV2Value */ public function getMaxValue() { return $this->maxValue; } /** * @param GooglePrivacyDlpV2Value */ public function setMinValue(GooglePrivacyDlpV2Value $minValue) { $this->minValue = $minValue; } /** * @return GooglePrivacyDlpV2Value */ public function getMinValue() { return $this->minValue; } /** * @param GooglePrivacyDlpV2Value[] */ public function setQuantileValues($quantileValues) { $this->quantileValues = $quantileValues; } /** * @return GooglePrivacyDlpV2Value[] */ public function getQuantileValues() { return $this->quantileValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2NumericalStatsResult::class, 'Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult');