public class ControlDevicePresetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ControlDevicePresetRequest() | 
| ControlDevicePresetRequest(ControlDevicePresetRequest 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 | getChannelId()Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取) | 
| String | getCmd()Get 命令(goto:预置位调用;
set:预置位设置;
del:预置位删除) | 
| Long | getIndex()Get 预置位索引(只支持1-10的索引位置,超出报错) | 
| void | setChannelId(String ChannelId)Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取) | 
| void | setCmd(String Cmd)Set 命令(goto:预置位调用;
set:预置位设置;
del:预置位删除) | 
| void | setIndex(Long Index)Set 预置位索引(只支持1-10的索引位置,超出报错) | 
| 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 ControlDevicePresetRequest()
public ControlDevicePresetRequest(ControlDevicePresetRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道 ID(从通道查询接口DescribeDeviceChannel中获取)public String getCmd()
public void setCmd(String Cmd)
Cmd - 命令(goto:预置位调用;
set:预置位设置;
del:预置位删除)public Long getIndex()
public void setIndex(Long Index)
Index - 预置位索引(只支持1-10的索引位置,超出报错)Copyright © 2025. All rights reserved.