public class DownloadReportMap extends HashMap<String,DownloadReport>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DownloadReportMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDowload() |
boolean |
getStatus() |
int |
getTotalDownloaded() |
void |
setStatus(boolean status) |
void |
setTotalDownloaded(int totalDownloaded) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic void addDowload()
public boolean getStatus()
public void setStatus(boolean status)
public int getTotalDownloaded()
public void setTotalDownloaded(int totalDownloaded)
public String toString()
toString in class AbstractMap<String,DownloadReport>Copyright © 2020. All rights reserved.