commonAlphabet = $commonAlphabet; } public function getCommonAlphabet() { return $this->commonAlphabet; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setContext(Google_Service_DLP_GooglePrivacyDlpV2FieldId $context) { $this->context = $context; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } public function setCustomAlphabet($customAlphabet) { $this->customAlphabet = $customAlphabet; } public function getCustomAlphabet() { return $this->customAlphabet; } public function setRadix($radix) { $this->radix = $radix; } public function getRadix() { return $this->radix; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setSurrogateInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $surrogateInfoType) { $this->surrogateInfoType = $surrogateInfoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getSurrogateInfoType() { return $this->surrogateInfoType; } }