Class UrlFileInfo
- java.lang.Object
-
- technology.dice.dicewhere.downloader.files.UrlFileInfo
-
-
Constructor Summary
Constructors Constructor Description UrlFileInfo(URL location, String fileName, Instant timestamp, MD5Checksum md5Checksum, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()MD5ChecksumgetMd5Checksum()longgetSize()InstantgetTimestamp()URIgetUri()
-
-
-
Constructor Detail
-
UrlFileInfo
public UrlFileInfo(URL location, String fileName, Instant timestamp, MD5Checksum md5Checksum, 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
-
-