max = $max;
}
/**
* @return GooglePrivacyDlpV2Value
*/
public function getMax()
{
return $this->max;
}
/**
* @param GooglePrivacyDlpV2Value
*/
public function setMin(GooglePrivacyDlpV2Value $min)
{
$this->min = $min;
}
/**
* @return GooglePrivacyDlpV2Value
*/
public function getMin()
{
return $this->min;
}
/**
* @param GooglePrivacyDlpV2Value
*/
public function setReplacementValue(GooglePrivacyDlpV2Value $replacementValue)
{
$this->replacementValue = $replacementValue;
}
/**
* @return GooglePrivacyDlpV2Value
*/
public function getReplacementValue()
{
return $this->replacementValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2Bucket::class, 'Google_Service_DLP_GooglePrivacyDlpV2Bucket');