Public 成员函数 | |
| int | get_ID () |
| void | set_ID (int _ID) |
| String | getIcon () |
| void | setIcon (String icon) |
| String | getName () |
| void | setName (String name) |
| String | getDescription () |
| void | setDescription (String description) |
| String | getPakageName () |
| void | setPakageName (String pakageName) |
| int | getState () |
| void | setState (int state) |
| String | getDownUrl () |
| void | setDownUrl (String downUrl) |
| String | getDownPath () |
| void | setDownPath (String downPath) |
| long | getDownLength () |
| void | setDownLength (long downLength) |
| long | getTotalLength () |
| void | setTotalLength (long totalLength) |
| String | getSuffix () |
| void | setSuffix (String suffix) |
Private 属性 | |
| int | _ID |
| String | icon |
| String | name |
| String | description |
| String | pakageName |
| int | state |
| String | downUrl |
| String | downPath |
| long | downLength |
| long | totalLength |
| String | suffix |
描述:下载文件.
|
inline |
Gets the id.
|
inline |
Gets the description.
|
inline |
Gets the down length.
|
inline |
Gets the down path.
|
inline |
Gets the down url.
|
inline |
Gets the icon.
|
inline |
Gets the name.
|
inline |
Gets the pakage name.
|
inline |
Gets the state.
|
inline |
Gets the suffix.
|
inline |
Gets the total length.
|
inline |
Sets the id.
| _ID | the new id |
|
inline |
Sets the description.
| description | the new description |
|
inline |
Sets the down length.
| downLength | the new down length |
|
inline |
Sets the down path.
| downPath | the new down path |
|
inline |
Sets the down url.
| downUrl | the new down url |
|
inline |
Sets the icon.
| icon | the new icon |
|
inline |
Sets the name.
| name | the new name |
|
inline |
Sets the pakage name.
| pakageName | the new pakage name |
|
inline |
Sets the state.
| state | the new state |
|
inline |
Sets the suffix.
| suffix | the new suffix |
|
inline |
Sets the total length.
| totalLength | the new total length |
|
private |
唯一标识.
|
private |
文件简介.
|
private |
文件当前下载大小.
|
private |
文件保存路径.
|
private |
文件下载路径.
|
private |
图标.
|
private |
文件名称.
|
private |
如果是apk文件表示包名.
|
private |
1表示已下载完成 0表示未开始下载 2表示已开始下载.
|
private |
文件类型后缀.tmp.
|
private |
文件总大小.
1.8.8