com.xunlei.channel.db.pojo
类 TaskStatistic
java.lang.Object
com.xunlei.channel.db.pojo.TaskStatistic
public class TaskStatistic
- extends Object
按天统计
- 作者:
- gonglijian
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskStatistic
public TaskStatistic()
getId
public Long getId()
- 返回:
- the id
setId
public void setId(Long id)
- 参数:
id - the id to set
getTaskNo
public String getTaskNo()
- 返回:
- the taskNo
getSuccessCount
public int getSuccessCount()
- 返回:
- the successCount
setSuccessCount
public void setSuccessCount(int successCount)
- 参数:
successCount - the successCount to set
getFailCount
public int getFailCount()
- 返回:
- the failCount
setFailCount
public void setFailCount(int failCount)
- 参数:
failCount - the failCount to set
setTaskNo
public void setTaskNo(String taskNo)
- 参数:
taskNo - the taskNo to set
getBalanceDate
public String getBalanceDate()
- 返回:
- the balanceDate
setBalanceDate
public void setBalanceDate(String balanceDate)
- 参数:
balanceDate - the balanceDate to set
getRemark
public String getRemark()
- 返回:
- the remark
setRemark
public void setRemark(String remark)
- 参数:
remark - the remark to set
increaseSuccessCount
public void increaseSuccessCount()
increaseFailCount
public void increaseFailCount()
Copyright © 2016. All rights reserved.