public class ModifyPresetRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyPresetRequest() |
ModifyPresetRequest(ModifyPresetRequest 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 |
getDeviceId()
Get 设备Id
|
Long |
getPresetId()
Get 预置位编码 范围1-8
|
String |
getPresetName()
Get 预制位名称
|
void |
setChannelId(String ChannelId)
Set 通道ID
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setPresetId(Long PresetId)
Set 预置位编码 范围1-8
|
void |
setPresetName(String PresetName)
Set 预制位名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyPresetRequest()
public ModifyPresetRequest(ModifyPresetRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道IDpublic Long getPresetId()
public void setPresetId(Long PresetId)
PresetId
- 预置位编码 范围1-8public String getPresetName()
public void setPresetName(String PresetName)
PresetName
- 预制位名称public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IdCopyright © 2023. All rights reserved.