Class FileInfo


  • public class FileInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileInfo​(java.lang.String location, long size, long createdAtMillis)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long createdAtMillis()  
      java.lang.String location()  
      long size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileInfo

        public FileInfo​(java.lang.String location,
                        long size,
                        long createdAtMillis)
    • Method Detail

      • location

        public java.lang.String location()
      • size

        public long size()
      • createdAtMillis

        public long createdAtMillis()