public class MKOLUpateElement
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
cityID
城市编号
|
java.lang.String |
cityName
城市名称
|
long |
downSize
数据已下载大小 单位:字节
|
long |
size
数据总大小 单位:字节
|
int |
status
下载状态
|
static int |
STATUS_COMPLETE
下载完成
|
static int |
STATUS_DLFAIL
下载失败
|
static int |
STATUS_DLHASNEW
未下载完有新版本
|
static int |
STATUS_DOWNLOADING
正在下载
|
static int |
STATUS_HASNEW
有更新
|
static int |
STATUS_PAUSE
暂停下载
|
static int |
STATUS_UNZIPING
解压中
|
static int |
STATUS_WAIT
等待下载
|
构造器和说明 |
---|
MKOLUpateElement() |
public static final int STATUS_WAIT
public static final int STATUS_PAUSE
public static final int STATUS_DOWNLOADING
public static final int STATUS_DLFAIL
public static final int STATUS_COMPLETE
public static final int STATUS_DLHASNEW
public static final int STATUS_HASNEW
public static final int STATUS_UNZIPING
public java.lang.String cityID
public java.lang.String cityName
public int status
public long size
public long downSize