public class UnlockMetaDataRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatasourceConnectionName()
Get 数据源名称
|
Long |
getLockId()
Get 锁ID
|
void |
setDatasourceConnectionName(String DatasourceConnectionName)
Set 数据源名称
|
void |
setLockId(Long LockId)
Set 锁ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UnlockMetaDataRequest()
public UnlockMetaDataRequest(UnlockMetaDataRequest source)
public Long getLockId()
public void setLockId(Long LockId)
LockId
- 锁IDpublic String getDatasourceConnectionName()
public void setDatasourceConnectionName(String DatasourceConnectionName)
DatasourceConnectionName
- 数据源名称Copyright © 2024. All rights reserved.