public static class DownloadInfo.Part extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DownloadInfo.Part.States
Notify States
|
| Constructor and Description |
|---|
Part() |
Part(DownloadInfo.Part copy) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
int |
getDelay() |
long |
getEnd() |
Throwable |
getException() |
long |
getLength() |
long |
getNumber() |
int |
getRetry() |
long |
getStart() |
DownloadInfo.Part.States |
getState() |
void |
setCount(long count) |
void |
setDelay(int delay,
Throwable e) |
void |
setEnd(long end) |
void |
setException(Throwable exception) |
void |
setNumber(long number) |
void |
setRetry(int retry) |
void |
setStart(long start) |
void |
setState(DownloadInfo.Part.States state) |
void |
setState(DownloadInfo.Part.States state,
Throwable e) |
public Part()
public Part(DownloadInfo.Part copy)
public long getStart()
public void setStart(long start)
public long getEnd()
public void setEnd(long end)
public long getNumber()
public void setNumber(long number)
public long getLength()
public long getCount()
public void setCount(long count)
public DownloadInfo.Part.States getState()
public void setState(DownloadInfo.Part.States state)
public void setState(DownloadInfo.Part.States state, Throwable e)
public Throwable getException()
public void setException(Throwable exception)
public int getDelay()
public void setDelay(int delay,
Throwable e)
public int getRetry()
public void setRetry(int retry)
Copyright © 2017. All rights reserved.