public class DescribeDataKeysRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDataKeysRequest() |
DescribeDataKeysRequest(DescribeDataKeysRequest 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[] |
getDataKeyIds()
Get 查询DataKey的ID列表,批量查询一次最多支持100个DataKeyId
|
void |
setDataKeyIds(String[] DataKeyIds)
Set 查询DataKey的ID列表,批量查询一次最多支持100个DataKeyId
|
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 DescribeDataKeysRequest()
public DescribeDataKeysRequest(DescribeDataKeysRequest source)
public String[] getDataKeyIds()
public void setDataKeyIds(String[] DataKeyIds)
DataKeyIds
- 查询DataKey的ID列表,批量查询一次最多支持100个DataKeyIdCopyright © 2025. All rights reserved.