Class DownloadInformation

java.lang.Object
com.amilesend.discogs.model.inventory.type.DownloadInformation
Direct Known Subclasses:
DownloadInventoryExportResponse

public class DownloadInformation extends Object
Information about a downloaded file.
  • Method Details

    • builder

      public static DownloadInformation.DownloadInformationBuilder<?,?> builder()
    • getFileName

      public String 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

      public Path getDownloadPath()
      The Path to the downloaded file.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object