Class AmazonS3.KeyInfo

  • Enclosing class:
    AmazonS3

    private static final class AmazonS3.KeyInfo
    extends java.lang.Object
    KeyInfo enables sorting of keys by lastModified time
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long lastModifiedSecs  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyInfo​(java.lang.String aname, long lsecs)  
    • Method Summary

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

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

      • name

        private final java.lang.String name
      • lastModifiedSecs

        private final long lastModifiedSecs
    • Constructor Detail

      • KeyInfo

        public KeyInfo​(java.lang.String aname,
                       long lsecs)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getLastModifiedSecs

        public long getLastModifiedSecs()