public class RobLockState extends AbstractModel
Constructor and Description |
---|
RobLockState() |
RobLockState(RobLockState 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 |
---|---|
Boolean |
getIsRob()
Get 是否可以抢锁
|
String |
getLocker()
Get 当前持锁人
|
void |
setIsRob(Boolean IsRob)
Set 是否可以抢锁
|
void |
setLocker(String Locker)
Set 当前持锁人
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RobLockState()
public RobLockState(RobLockState source)
public Boolean getIsRob()
public void setIsRob(Boolean IsRob)
IsRob
- 是否可以抢锁public String getLocker()
public void setLocker(String Locker)
Locker
- 当前持锁人Copyright © 2023. All rights reserved.