fileNames = $fileNames; } /** * @return string[] */ public function getFileNames() { return $this->fileNames; } /** * @param int */ public function setProcessedObjectCount($processedObjectCount) { $this->processedObjectCount = $processedObjectCount; } /** * @return int */ public function getProcessedObjectCount() { return $this->processedObjectCount; } /** * @param int */ public function setSuccessfulDownloadCount($successfulDownloadCount) { $this->successfulDownloadCount = $successfulDownloadCount; } /** * @return int */ public function getSuccessfulDownloadCount() { return $this->successfulDownloadCount; } /** * @param int */ public function setTotalFilesWritten($totalFilesWritten) { $this->totalFilesWritten = $totalFilesWritten; } /** * @return int */ public function getTotalFilesWritten() { return $this->totalFilesWritten; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats');