public class EnableDataKeysRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
EnableDataKeysRequest()  | 
EnableDataKeysRequest(EnableDataKeysRequest 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 The Id list of datakeys that need to be batch enabled supports a maximum of 100 data keys. 
 | 
void | 
setDataKeyIds(String[] DataKeyIds)
Set The Id list of datakeys that need to be batch enabled supports a maximum of 100 data keys. 
 | 
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, toJsonStringpublic EnableDataKeysRequest()
public EnableDataKeysRequest(EnableDataKeysRequest source)
public String[] getDataKeyIds()
public void setDataKeyIds(String[] DataKeyIds)
DataKeyIds - The Id list of datakeys that need to be batch enabled supports a maximum of 100 data keys.Copyright © 2025. All rights reserved.