Class ControlDevicePresetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ControlDevicePresetRequest
-
public class ControlDevicePresetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelId()Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取)StringgetCmd()Get 命令(goto:预置位调用; set:预置位设置; del:预置位删除)LonggetIndex()Get 预置位索引(只支持1-10的索引位置,超出报错)voidsetChannelId(String ChannelId)Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)voidsetCmd(String Cmd)Set 命令(goto:预置位调用; set:预置位设置; del:预置位删除)voidsetIndex(Long Index)Set 预置位索引(只支持1-10的索引位置,超出报错)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ControlDevicePresetRequest
public ControlDevicePresetRequest()
-
ControlDevicePresetRequest
public 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.
-
-
Method Detail
-
getChannelId
public String getChannelId()
Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取)- Returns:
- ChannelId 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)- Parameters:
ChannelId- 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
-
getCmd
public String getCmd()
Get 命令(goto:预置位调用; set:预置位设置; del:预置位删除)- Returns:
- Cmd 命令(goto:预置位调用; set:预置位设置; del:预置位删除)
-
setCmd
public void setCmd(String Cmd)
Set 命令(goto:预置位调用; set:预置位设置; del:预置位删除)- Parameters:
Cmd- 命令(goto:预置位调用; set:预置位设置; del:预置位删除)
-
getIndex
public Long getIndex()
Get 预置位索引(只支持1-10的索引位置,超出报错)- Returns:
- Index 预置位索引(只支持1-10的索引位置,超出报错)
-
setIndex
public void setIndex(Long Index)
Set 预置位索引(只支持1-10的索引位置,超出报错)- Parameters:
Index- 预置位索引(只支持1-10的索引位置,超出报错)
-
-