Class S3FileInfo
- java.lang.Object
-
- technology.dice.dicewhere.downloader.files.S3FileInfo
-
-
Constructor Summary
Constructors Constructor Description S3FileInfo(String bucket, String key, Instant timestamp, MD5Checksum md5, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()MD5ChecksumgetMd5Checksum()longgetSize()InstantgetTimestamp()URIgetUri()
-
-
-
Constructor Detail
-
S3FileInfo
public S3FileInfo(String bucket, String key, Instant timestamp, MD5Checksum md5, long size)
-
-
Method Detail
-
getMd5Checksum
public MD5Checksum getMd5Checksum()
- Specified by:
getMd5Checksumin interfaceFileInfo
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfaceFileInfo
-
getTimestamp
public Instant getTimestamp()
- Specified by:
getTimestampin interfaceFileInfo
-
-