Class UnlockMetaDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.UnlockMetaDataRequest
-
public class UnlockMetaDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnlockMetaDataRequest()UnlockMetaDataRequest(UnlockMetaDataRequest 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 数据源名称LonggetLockId()Get 锁IDvoidsetDatasourceConnectionName(String DatasourceConnectionName)Set 数据源名称voidsetLockId(Long LockId)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
-
UnlockMetaDataRequest
public UnlockMetaDataRequest()
-
UnlockMetaDataRequest
public UnlockMetaDataRequest(UnlockMetaDataRequest 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- 数据源名称
-
-