Class CheckLockMetaDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.CheckLockMetaDataRequest
-
public class CheckLockMetaDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckLockMetaDataRequest()CheckLockMetaDataRequest(CheckLockMetaDataRequest 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 StringgetDatasourceConnectionName()Get 数据源名称LonggetElapsedMs()Get 过期时间msLonggetLockId()Get 锁IDLonggetTxnId()Get 事务IDvoidsetDatasourceConnectionName(String DatasourceConnectionName)Set 数据源名称voidsetElapsedMs(Long ElapsedMs)Set 过期时间msvoidsetLockId(Long LockId)Set 锁IDvoidsetTxnId(Long TxnId)Set 事务IDvoidtoMap(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
-
CheckLockMetaDataRequest
public CheckLockMetaDataRequest()
-
CheckLockMetaDataRequest
public CheckLockMetaDataRequest(CheckLockMetaDataRequest 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
-
getDatasourceConnectionName
public String getDatasourceConnectionName()
Get 数据源名称- Returns:
- DatasourceConnectionName 数据源名称
-
setDatasourceConnectionName
public void setDatasourceConnectionName(String DatasourceConnectionName)
Set 数据源名称- Parameters:
DatasourceConnectionName- 数据源名称
-
getTxnId
public Long getTxnId()
Get 事务ID- Returns:
- TxnId 事务ID
-
setTxnId
public void setTxnId(Long TxnId)
Set 事务ID- Parameters:
TxnId- 事务ID
-
getElapsedMs
public Long getElapsedMs()
Get 过期时间ms- Returns:
- ElapsedMs 过期时间ms
-
setElapsedMs
public void setElapsedMs(Long ElapsedMs)
Set 过期时间ms- Parameters:
ElapsedMs- 过期时间ms
-
-