public class TaskLockStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskLockStatus() | 
| TaskLockStatus(TaskLockStatus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getIsLocker()Get 当前操作用户是否为持锁者,1表示为持锁者,0表示为不为持锁者 | 
| Long | getIsRob()Get 是否可以抢锁,1表示可以抢锁,0表示不可以抢锁 | 
| String | getLocker()Get 持锁者 | 
| String | getTaskId()Get 任务id | 
| void | setIsLocker(Long IsLocker)Set 当前操作用户是否为持锁者,1表示为持锁者,0表示为不为持锁者 | 
| void | setIsRob(Long IsRob)Set 是否可以抢锁,1表示可以抢锁,0表示不可以抢锁 | 
| void | setLocker(String Locker)Set 持锁者 | 
| void | setTaskId(String TaskId)Set 任务id | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskLockStatus()
public TaskLockStatus(TaskLockStatus source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 任务idpublic String getLocker()
public void setLocker(String Locker)
Locker - 持锁者public Long getIsLocker()
public void setIsLocker(Long IsLocker)
IsLocker - 当前操作用户是否为持锁者,1表示为持锁者,0表示为不为持锁者public Long getIsRob()
public void setIsRob(Long IsRob)
IsRob - 是否可以抢锁,1表示可以抢锁,0表示不可以抢锁Copyright © 2025. All rights reserved.