encryptionAlgorithm = $encryptionAlgorithm; } /** * @return string */ public function getEncryptionAlgorithm() { return $this->encryptionAlgorithm; } /** * @param string */ public function setEncryptionState($encryptionState) { $this->encryptionState = $encryptionState; } /** * @return string */ public function getEncryptionState() { return $this->encryptionState; } /** * @param string */ public function setKeyLength($keyLength) { $this->keyLength = $keyLength; } /** * @return string */ public function getKeyLength() { return $this->keyLength; } /** * @param string */ public function setMaxKeys($maxKeys) { $this->maxKeys = $maxKeys; } /** * @return string */ public function getMaxKeys() { return $this->maxKeys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TotalMemoryEncryptionInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TotalMemoryEncryptionInfo');