public class ScheduleTaskContext extends Object
| 构造器和说明 |
|---|
ScheduleTaskContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.github.houbb.id.api.Id |
getExecuteId() |
com.github.houbb.lock.api.core.ILock |
getLock() |
String |
getTaskUid() |
String |
getValue() |
void |
setExecuteId(com.github.houbb.id.api.Id executeId) |
void |
setLock(com.github.houbb.lock.api.core.ILock lock) |
void |
setTaskUid(String taskUid) |
void |
setValue(String value) |
public String getTaskUid()
public void setTaskUid(String taskUid)
public String getValue()
public void setValue(String value)
public com.github.houbb.id.api.Id getExecuteId()
public void setExecuteId(com.github.houbb.id.api.Id executeId)
public com.github.houbb.lock.api.core.ILock getLock()
public void setLock(com.github.houbb.lock.api.core.ILock lock)
Copyright © 2025. All rights reserved.