package com.cn.upload.bean; /** * 文件上传命令信息类 * 此类会被转成JSON发送到客户端 * @author xianjun * */ public class UploadCommand { private final String typeId="uploadCommand"; private String fileId; private int index; private long indexStart; private long indexEnd; private long blobSize; private float completePercent; public static UploadCommand getSucccessCommand(String fileId){ UploadCommand uc=new UploadCommand(); uc.setBlobSize(-1); uc.setCompletePercent(1); uc.setFileId(fileId); uc.setIndex(-1); uc.setIndexEnd(-1); uc.setIndexStart(-1); return uc; } public String getFileId() { return fileId; } public void setFileId(String fileId) { this.fileId = fileId; } public int getIndex() { return index; } public void setIndex(int index) { this.index = index; } public long getIndexStart() { return indexStart; } public void setIndexStart(long indexStart) { this.indexStart = indexStart; } public long getIndexEnd() { return indexEnd; } public void setIndexEnd(long indexEnd) { this.indexEnd = indexEnd; } public long getBlobSize() { return blobSize; } public void setBlobSize(long blobSize) { this.blobSize = blobSize; } public float getCompletePercent() { return completePercent; } public void setCompletePercent(float completePercent) { this.completePercent = completePercent; } public String getTypeId() { return typeId; } }
最近下载更多
1358849392 LV21
4月12日
xiang860568 LV1
2021年9月15日
我只想要快乐 LV1
2021年5月8日
like LV1
2021年4月26日
cncmiss LV1
2021年1月6日
clx190825 LV1
2020年9月22日
luchenlin LV1
2020年8月20日
519462367 LV11
2020年7月23日
crabee LV2
2020年7月9日
henrysternc LV1
2020年6月9日
最近浏览更多
hzz2311465
10月8日
暂无贡献等级
1358849392 LV21
4月12日
uni-code_0123 LV1
2023年11月29日
1061302569
2023年11月16日
暂无贡献等级
110111 LV2
2023年6月3日
Tg171017 LV12
2023年2月3日
8战魂5无双8 LV43
2022年9月13日
Mayoubin2001 LV21
2022年3月26日
matintalorr LV10
2022年3月21日
zhjwgs LV15
2022年2月22日