max = $max; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMax() { return $this->max; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setMin(Google_Service_DLP_GooglePrivacyDlpV2Value $min) { $this->min = $min; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getMin() { return $this->min; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setReplacementValue(Google_Service_DLP_GooglePrivacyDlpV2Value $replacementValue) { $this->replacementValue = $replacementValue; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getReplacementValue() { return $this->replacementValue; } }