Skip to main content

续传进度数据类

class ResumeProgressBean

描述: 续传进度数据类

public class ResumeProgressBean {

/**
* 待定义的操作
*/
private String operation;
/**
* 目的
*/
private String object;
/**
* 进度值
*/
private int progress;
/**
* 结果值
*/
private int result;
/**
* 有恢复进度的消息
*/
private String message;
}