exclusionRule = $exclusionRule; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ExclusionRule */ public function getExclusionRule() { return $this->exclusionRule; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2HotwordRule */ public function setHotwordRule(Google_Service_DLP_GooglePrivacyDlpV2HotwordRule $hotwordRule) { $this->hotwordRule = $hotwordRule; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2HotwordRule */ public function getHotwordRule() { return $this->hotwordRule; } }