Class LockMetaDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.LockMetaDataRequest
-
public class LockMetaDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LockMetaDataRequest()LockMetaDataRequest(LockMetaDataRequest 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 StringgetAgentInfo()Get 客户端信息StringgetDatasourceConnectionName()Get 数据源名称StringgetHostname()Get 主机名LockComponentInfo[]getLockComponentList()Get 加锁内容LonggetTxnId()Get 事务idvoidsetAgentInfo(String AgentInfo)Set 客户端信息voidsetDatasourceConnectionName(String DatasourceConnectionName)Set 数据源名称voidsetHostname(String Hostname)Set 主机名voidsetLockComponentList(LockComponentInfo[] LockComponentList)Set 加锁内容voidsetTxnId(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
-
LockMetaDataRequest
public LockMetaDataRequest()
-
LockMetaDataRequest
public LockMetaDataRequest(LockMetaDataRequest 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
-
getLockComponentList
public LockComponentInfo[] getLockComponentList()
Get 加锁内容- Returns:
- LockComponentList 加锁内容
-
setLockComponentList
public void setLockComponentList(LockComponentInfo[] LockComponentList)
Set 加锁内容- Parameters:
LockComponentList- 加锁内容
-
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
-
getAgentInfo
public String getAgentInfo()
Get 客户端信息- Returns:
- AgentInfo 客户端信息
-
setAgentInfo
public void setAgentInfo(String AgentInfo)
Set 客户端信息- Parameters:
AgentInfo- 客户端信息
-
getHostname
public String getHostname()
Get 主机名- Returns:
- Hostname 主机名
-
setHostname
public void setHostname(String Hostname)
Set 主机名- Parameters:
Hostname- 主机名
-
-