Class DatasetStats


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]")
    public class DatasetStats
    extends Object
    DatasetStats
    • Constructor Detail

      • DatasetStats

        public DatasetStats()
    • Method Detail

      • getFilesReceived

        @Nullable
        public Integer getFilesReceived()
        The amount of files uploaded and received for which processing has started.
        Returns:
        filesReceived
      • setFilesReceived

        public void setFilesReceived​(Integer filesReceived)
      • getFilesProcessed

        @Nullable
        public Integer getFilesProcessed()
        The amount of files uploaded that has been fully processed. Note that there may be a delay between submitting files and having them processed. If this number is less than `files_received`, it means that files are currently queued for processing.
        Returns:
        filesProcessed
      • setFilesProcessed

        public void setFilesProcessed​(Integer filesProcessed)
      • getDocumentsReceived

        @Nullable
        public Integer getDocumentsReceived()
        The amount of documents that have been received for which processing has started.
        Returns:
        documentsReceived
      • setDocumentsReceived

        public void setDocumentsReceived​(Integer documentsReceived)
      • getDocumentsProcessed

        @Nullable
        public Integer getDocumentsProcessed()
        The amount of documents that has been fully processed. Note that there may be a delay between submitting documents and having them processed. If this number is less than `documents_received`, it means that documents are currently queued for processing.
        Returns:
        documentsProcessed
      • setDocumentsProcessed

        public void setDocumentsProcessed​(Integer documentsProcessed)
      • getRecordsInserted

        @Nullable
        public Integer getRecordsInserted()
        The amount of records that have been inserted into the dataset.
        Returns:
        recordsInserted
      • setRecordsInserted

        public void setRecordsInserted​(Integer recordsInserted)
      • getRecordsIndexed

        @Nullable
        public Integer getRecordsIndexed()
        The amount of records that have been indexed for matching. Note that there may be a delay between submitting records and having them indexed. If this number is less than `records_inserted`, it means that records are currently queued for indexing.
        Returns:
        recordsIndexed
      • setRecordsIndexed

        public void setRecordsIndexed​(Integer recordsIndexed)
      • getRecordsPerSource

        @Nullable
        public Map<String,​Integer> getRecordsPerSource()
        Get recordsPerSource
        Returns:
        recordsPerSource
      • setRecordsPerSource

        public void setRecordsPerSource​(Map<String,​Integer> recordsPerSource)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object