public class SchedTask extends BaseEntity
| 构造器和说明 |
|---|
SchedTask() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SchedTask |
create(String taskParam,
long taskId,
long instanceId,
int taskNo,
int taskCount,
Date createTime,
String worker)
Creates sched tasks
|
getCreatedAt, getId, getUpdatedAt, setCreatedAt, setId, setUpdatedAttoStringpublic static SchedTask create(String taskParam, long taskId, long instanceId, int taskNo, int taskCount, Date createTime, String worker)
taskParam - the task paramtaskId - the task idinstanceId - the instance idtaskNo - the task notaskCount - the task countcreateTime - the created timeworker - the workerCopyright © 2024. All rights reserved.