Interface DownloadHistory

All Known Implementing Classes:
DownloadHistoryManagerImpl.DownloadHistoryImpl

public interface DownloadHistory
  • Method Details

    • getUID

      long getUID()
    • getTorrentHash

      byte[] getTorrentHash()
    • getTorrentV2Hash

      byte[] getTorrentV2Hash()
    • getName

      String getName()
    • getSize

      long getSize()
    • getSaveLocation

      String getSaveLocation()
    • getTags

      String[] getTags()
    • getAddTime

      long getAddTime()
    • getCompleteTime

      long getCompleteTime()
    • getRemoveTime

      long getRemoveTime()
    • setRedownloading

      void setRedownloading()
    • toPropertyMap

      Map<Integer,Object> toPropertyMap()
      See SearchResult properties for list
      Returns: