public interface DownloadDetails
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the target file
|
java.net.URL |
getSourceURL()
Get the source URL
|
void |
setName(java.lang.String name)
Set the name of the target file
|