commonAlphabet = $commonAlphabet; } /** * @return string */ public function getCommonAlphabet() { return $this->commonAlphabet; } /** * @param GooglePrivacyDlpV2FieldId */ public function setContext(GooglePrivacyDlpV2FieldId $context) { $this->context = $context; } /** * @return GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } /** * @param string */ public function setCustomAlphabet($customAlphabet) { $this->customAlphabet = $customAlphabet; } /** * @return string */ public function getCustomAlphabet() { return $this->customAlphabet; } /** * @param int */ public function setRadix($radix) { $this->radix = $radix; } /** * @return int */ public function getRadix() { return $this->radix; } /** * @param GooglePrivacyDlpV2InfoType */ public function setSurrogateInfoType(GooglePrivacyDlpV2InfoType $surrogateInfoType) { $this->surrogateInfoType = $surrogateInfoType; } /** * @return GooglePrivacyDlpV2InfoType */ public function getSurrogateInfoType() { return $this->surrogateInfoType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig');