public class BreakpointInfoRow
extends java.lang.Object
| Constructor and Description |
|---|
BreakpointInfoRow(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEtag() |
java.lang.String |
getFilename() |
int |
getId() |
java.lang.String |
getParentPath() |
java.lang.String |
getUrl() |
boolean |
isChunked() |
boolean |
isTaskOnlyProvidedParentPath() |
com.liulishuo.okdownload.core.breakpoint.BreakpointInfo |
toInfo() |
public int getId()
public java.lang.String getUrl()
public java.lang.String getEtag()
public java.lang.String getParentPath()
public java.lang.String getFilename()
public boolean isTaskOnlyProvidedParentPath()
public boolean isChunked()
public com.liulishuo.okdownload.core.breakpoint.BreakpointInfo toInfo()