Class CheckLockMetaDataResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.CheckLockMetaDataResponse
-
public class CheckLockMetaDataResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckLockMetaDataResponse()CheckLockMetaDataResponse(CheckLockMetaDataResponse 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 LonggetLockId()Get 锁IDStringgetLockState()Get 锁状态:ACQUIRED、WAITING、ABORT、NOT_ACQUIREDStringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetLockId(Long LockId)Set 锁IDvoidsetLockState(String LockState)Set 锁状态:ACQUIRED、WAITING、ABORT、NOT_ACQUIREDvoidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。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
-
CheckLockMetaDataResponse
public CheckLockMetaDataResponse()
-
CheckLockMetaDataResponse
public CheckLockMetaDataResponse(CheckLockMetaDataResponse 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
-
getLockId
public Long getLockId()
Get 锁ID- Returns:
- LockId 锁ID
-
setLockId
public void setLockId(Long LockId)
Set 锁ID- Parameters:
LockId- 锁ID
-
getLockState
public String getLockState()
Get 锁状态:ACQUIRED、WAITING、ABORT、NOT_ACQUIRED- Returns:
- LockState 锁状态:ACQUIRED、WAITING、ABORT、NOT_ACQUIRED
-
setLockState
public void setLockState(String LockState)
Set 锁状态:ACQUIRED、WAITING、ABORT、NOT_ACQUIRED- Parameters:
LockState- 锁状态:ACQUIRED、WAITING、ABORT、NOT_ACQUIRED
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-