com.xunlei.channel.db.pojo
类 TaskResult

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

public class TaskResult
extends Object

任务执行完成后的统计信息

作者:
gonglijian

字段摘要
static String RESULT_FAIL
           
static String RESULT_OK
           
 
构造方法摘要
TaskResult()
           
 
方法摘要
 String getBalanceDate()
           
 long getCpuTime()
           
 Date getEndTime()
           
 long getHeapMemory()
           
 Long getId()
           
 long getNonHeapMemory()
           
 String getRemark()
           
 String getResult()
           
 Date getStartTime()
           
 String getTaskNo()
           
 boolean isOk()
           
 void setBalanceDate(String balanceDate)
           
 void setCpuTime(long cpuTime)
           
 void setEndTime(Date endTime)
           
 void setHeapMemory(long heapMemory)
           
 void setId(Long id)
           
 void setNonHeapMemory(long nonHeapMemory)
           
 void setRemark(String remark)
           
 void setResult(String result)
           
 void setStartTime(Date startTime)
           
 void setTaskNo(String taskNo)
           
 
从类 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.