public class DeleteCommandsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCommandsRequest() |
DeleteCommandsRequest(DeleteCommandsRequest 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[] |
getCommandIds()
Get 待删除的命令 ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。
|
void |
setCommandIds(String[] CommandIds)
Set 待删除的命令 ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。
|
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 DeleteCommandsRequest()
public DeleteCommandsRequest(DeleteCommandsRequest source)
public String[] getCommandIds()
public void setCommandIds(String[] CommandIds)
CommandIds
- 待删除的命令 ID。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。Copyright © 2025. All rights reserved.