databaseCount = $databaseCount; } /** * @return int */ public function getDatabaseCount() { return $this->databaseCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DatabaseDeploymentDetailsAggregatedStats::class, 'Google_Service_MigrationCenterAPI_DatabaseDeploymentDetailsAggregatedStats');