Class DownloadInformation
java.lang.Object
com.amilesend.discogs.model.inventory.type.DownloadInformation
- Direct Known Subclasses:
DownloadInventoryExportResponse
Information about a downloaded file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDownloadInformation.DownloadInformationBuilder<C extends DownloadInformation, B extends DownloadInformation.DownloadInformationBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic DownloadInformation.DownloadInformationBuilder<?, ?> builder()booleanlongThe amount of bytes actually downloaded.The Path to the downloaded file.The filename of the file.longThe file size in bytes.inthashCode()toString()
-
Method Details
-
builder
-
getFileName
The filename of the file. -
getSizeBytes
public long getSizeBytes()The file size in bytes. -
getDownloadedBytes
public long getDownloadedBytes()The amount of bytes actually downloaded. -
getDownloadPath
The Path to the downloaded file. -
equals
-
hashCode
-
toString
-