Class DocumentMetadataArchiveEntry


  • public class DocumentMetadataArchiveEntry
    extends Object
    Defines a file entry in the file list of the metadata for an archive document.
    • Constructor Detail

      • DocumentMetadataArchiveEntry

        public DocumentMetadataArchiveEntry()
      • DocumentMetadataArchiveEntry

        public DocumentMetadataArchiveEntry​(Long lastModifiedDate,
                                            String path,
                                            Long size)
    • Method Detail

      • getLastModifiedDate

        @Nullable
        public @Nullable Long getLastModifiedDate()
        Time at which the file was last changed
        Returns:
        lastModifiedDate
      • getPath

        @Nullable
        public @Nullable String getPath()
        File name and path within the archive
        Returns:
        path
      • getSize

        @Nullable
        public @Nullable Long getSize()
        File size in bytes
        Returns:
        size
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object