hotwordRegex = $hotwordRegex; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function getHotwordRegex() { return $this->hotwordRegex; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment */ public function setLikelihoodAdjustment(Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment $likelihoodAdjustment) { $this->likelihoodAdjustment = $likelihoodAdjustment; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment */ public function getLikelihoodAdjustment() { return $this->likelihoodAdjustment; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Proximity */ public function setProximity(Google_Service_DLP_GooglePrivacyDlpV2Proximity $proximity) { $this->proximity = $proximity; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Proximity */ public function getProximity() { return $this->proximity; } }