compatibilityLevel = $compatibilityLevel; } /** * @return int */ public function getCompatibilityLevel() { return $this->compatibilityLevel; } /** * @param string */ public function setRecoveryModel($recoveryModel) { $this->recoveryModel = $recoveryModel; } /** * @return string */ public function getRecoveryModel() { return $this->recoveryModel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SqlServerDatabaseDetails::class, 'Google_Service_SQLAdmin_SqlServerDatabaseDetails');