public class ControlPresetRequest extends AbstractModel
Constructor and Description |
---|
ControlPresetRequest() |
ControlPresetRequest(ControlPresetRequest 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
|
String |
getCommand()
Get 控制命令:
Set-设置当前位置为预置位
Del-删除指定的预置位
Call-调用指定的预置位
|
String |
getDeviceId()
Get 设备Id
|
Long |
getPresetId()
Get 预置位编码 范围1-8
|
void |
setChannelId(String ChannelId)
Set 通道ID
|
void |
setCommand(String Command)
Set 控制命令:
Set-设置当前位置为预置位
Del-删除指定的预置位
Call-调用指定的预置位
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setPresetId(Long PresetId)
Set 预置位编码 范围1-8
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ControlPresetRequest()
public ControlPresetRequest(ControlPresetRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道IDpublic String getCommand()
public void setCommand(String Command)
Command
- 控制命令:
Set-设置当前位置为预置位
Del-删除指定的预置位
Call-调用指定的预置位public Long getPresetId()
public void setPresetId(Long PresetId)
PresetId
- 预置位编码 范围1-8public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IdCopyright © 2022. All rights reserved.