Methods Summary |
---|
public Download | getDownload()Gives access to the associated download
|
public long | getNextScrapeStartTime()
|
public int | getNonSeedCount()Gives the number of non-seeds returned by the scrape
|
public int | getResponseType()A scrape result can denote either a successful or failed scrape.
|
public long | getScrapeStartTime()
|
public int | getSeedCount()Gives the number of seeds returned by the scrape
|
public java.lang.String | getStatus()returns a string representation of the scrape status
|
public java.net.URL | getURL()The URL for the tracker
|
public void | setNextScrapeStartTime(long nextScrapeStartTime)Sets the next scrape time
|