Class RobLockState
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.RobLockState
-
public class RobLockState extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsRob()Get 是否可以抢锁StringgetLocker()Get 当前持锁人voidsetIsRob(Boolean IsRob)Set 是否可以抢锁voidsetLocker(String Locker)Set 当前持锁人voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RobLockState
public RobLockState()
-
RobLockState
public 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.
-
-
Method Detail
-
getIsRob
public Boolean getIsRob()
Get 是否可以抢锁- Returns:
- IsRob 是否可以抢锁
-
setIsRob
public void setIsRob(Boolean IsRob)
Set 是否可以抢锁- Parameters:
IsRob- 是否可以抢锁
-
getLocker
public String getLocker()
Get 当前持锁人- Returns:
- Locker 当前持锁人
-
setLocker
public void setLocker(String Locker)
Set 当前持锁人- Parameters:
Locker- 当前持锁人
-
-