com.xunlei.channel.db.pojo
类 TaskStatistic

java.lang.Object
  继承者 com.xunlei.channel.db.pojo.TaskStatistic

public class TaskStatistic
extends Object

按天统计

作者:
gonglijian

构造方法摘要
TaskStatistic()
           
 
方法摘要
 String getBalanceDate()
           
 int getFailCount()
           
 Long getId()
           
 String getRemark()
           
 int getSuccessCount()
           
 String getTaskNo()
           
 void increaseFailCount()
           
 void increaseSuccessCount()
           
 void setBalanceDate(String balanceDate)
           
 void setFailCount(int failCount)
           
 void setId(Long id)
           
 void setRemark(String remark)
           
 void setSuccessCount(int successCount)
           
 void setTaskNo(String taskNo)
           
 
从类 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.