com.xunlei.channel.db.pojo
类 TaskConfig
java.lang.Object
com.xunlei.channel.db.pojo.TaskConfig
public class TaskConfig
- extends Object
TODO Comment of Task
- 作者:
- gonglijian
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskConfig
public TaskConfig()
setInitialDelay
public void setInitialDelay(long initialDelay)
- 参数:
initialDelay - the initialDelay to set
getId
public Long getId()
- 返回:
- the id
setId
public void setId(Long id)
- 参数:
id - the id to set
getTaskName
public String getTaskName()
- 返回:
- the taskName
setTaskName
public void setTaskName(String taskName)
- 参数:
taskName - the taskName to set
getProjectName
public String getProjectName()
- 返回:
- the projectName
setProjectName
public void setProjectName(String projectName)
- 参数:
projectName - the projectName to set
getProjectNo
public String getProjectNo()
- 返回:
- the projectNo
setProjectNo
public void setProjectNo(String projectNo)
- 参数:
projectNo - the projectNo to set
getTaskNo
public String getTaskNo()
- 返回:
- the taskNo
setTaskNo
public void setTaskNo(String taskNo)
- 参数:
taskNo - the taskNo to set
getTaskClass
public String getTaskClass()
- 返回:
- the taskClass
setTaskClass
public void setTaskClass(String taskClass)
- 参数:
taskClass - the taskClass to set
getTaskMethod
public String getTaskMethod()
- 返回:
- the taskMethod
setTaskMethod
public void setTaskMethod(String taskMethod)
- 参数:
taskMethod - the taskMethod to set
getInitialDelay
public long getInitialDelay()
- 返回:
- the initialDelay
getConfigValue
public String getConfigValue()
- 返回:
- the configValue
setConfigValue
public void setConfigValue(String configValue)
- 参数:
configValue - the configValue to set
getConfigType
public String getConfigType()
- 返回:
- the configType
setConfigType
public void setConfigType(String configType)
- 参数:
configType - the configType to set
getStatus
public String getStatus()
- 返回:
- the status
setStatus
public void setStatus(String status)
- 参数:
status - the status to set
getRemark
public String getRemark()
- 返回:
- the remark
setRemark
public void setRemark(String remark)
- 参数:
remark - the remark to set
getParamType
public String getParamType()
- 返回:
- the paramType
setParamType
public void setParamType(String paramType)
- 参数:
paramType - the paramType to set
getParamValue
public String getParamValue()
- 返回:
- the paramValue
setParamValue
public void setParamValue(String paramValue)
- 参数:
paramValue - the paramValue to set
Copyright © 2016. All rights reserved.