com.xunlei.channel.db.pojo
类 TaskResult
java.lang.Object
com.xunlei.channel.db.pojo.TaskResult
public class TaskResult
- extends Object
任务执行完成后的统计信息
- 作者:
- gonglijian
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESULT_OK
public static final String RESULT_OK
- 另请参见:
- 常量字段值
RESULT_FAIL
public static final String RESULT_FAIL
- 另请参见:
- 常量字段值
TaskResult
public TaskResult()
getBalanceDate
public String getBalanceDate()
- 返回:
- the balanceDate
setBalanceDate
public void setBalanceDate(String balanceDate)
- 参数:
balanceDate - the balanceDate to set
getId
public Long getId()
- 返回:
- the id
setId
public void setId(Long id)
- 参数:
id - the id to set
getTaskNo
public String getTaskNo()
- 返回:
- the taskNo
setTaskNo
public void setTaskNo(String taskNo)
- 参数:
taskNo - the taskNo to set
getResult
public String getResult()
- 返回:
- the result
setResult
public void setResult(String result)
- 参数:
result - the result to set
getHeapMemory
public long getHeapMemory()
- 返回:
- the heapMemory
setHeapMemory
public void setHeapMemory(long heapMemory)
- 参数:
heapMemory - the heapMemory to set
getNonHeapMemory
public long getNonHeapMemory()
- 返回:
- the nonHeapMemory
setNonHeapMemory
public void setNonHeapMemory(long nonHeapMemory)
- 参数:
nonHeapMemory - the nonHeapMemory to set
getCpuTime
public long getCpuTime()
- 返回:
- the cpuTime
setCpuTime
public void setCpuTime(long cpuTime)
- 参数:
cpuTime - the cpuTime to set
getStartTime
public Date getStartTime()
- 返回:
- the startTime
setStartTime
public void setStartTime(Date startTime)
- 参数:
startTime - the startTime to set
getEndTime
public Date getEndTime()
- 返回:
- the endTime
setEndTime
public void setEndTime(Date endTime)
- 参数:
endTime - the endTime to set
getRemark
public String getRemark()
- 返回:
- the remark
setRemark
public void setRemark(String remark)
- 参数:
remark - the remark to set
isOk
public boolean isOk()
- 返回:
Copyright © 2016. All rights reserved.