fileCount = $fileCount; } /** * @return string */ public function getFileCount() { return $this->fileCount; } /** * @param string */ public function setRowCount($rowCount) { $this->rowCount = $rowCount; } /** * @return string */ public function getRowCount() { return $this->rowCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportDataStatistics::class, 'Google_Service_Bigquery_ExportDataStatistics');