activationTime = $activationTime; } /** * @return string */ public function getActivationTime() { return $this->activationTime; } /** * Output only. The encryption key used to encrypt the Autonomous Database. * * @param EncryptionKey $encryptionKey */ public function setEncryptionKey(EncryptionKey $encryptionKey) { $this->encryptionKey = $encryptionKey; } /** * @return EncryptionKey */ public function getEncryptionKey() { return $this->encryptionKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EncryptionKeyHistoryEntry::class, 'Google_Service_OracleDatabase_EncryptionKeyHistoryEntry');