maxValue = $maxValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMaxValue() { return $this->maxValue; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setMinValue(Google_Service_DLP_GooglePrivacyDlpV2Value $minValue) { $this->minValue = $minValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMinValue() { return $this->minValue; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setQuantileValues($quantileValues) { $this->quantileValues = $quantileValues; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getQuantileValues() { return $this->quantileValues; } }