public class ControlHomePositionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ControlHomePositionRequest() |
ControlHomePositionRequest(ControlHomePositionRequest 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 |
getEnable()
Get 看守位使能 0-停用看守位 1-启用看守位
|
Long |
getPresetId()
Get 预置位编码 范围1-8,启用看守位时必填
|
Long |
getResetTime()
Get 看守位自动归位时间, 启用看守位时必填
|
void |
setChannelId(String ChannelId)
Set 通道ID
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setEnable(Long Enable)
Set 看守位使能 0-停用看守位 1-启用看守位
|
void |
setPresetId(Long PresetId)
Set 预置位编码 范围1-8,启用看守位时必填
|
void |
setResetTime(Long ResetTime)
Set 看守位自动归位时间, 启用看守位时必填
|
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 ControlHomePositionRequest()
public ControlHomePositionRequest(ControlHomePositionRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备Idpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- 看守位使能 0-停用看守位 1-启用看守位public Long getPresetId()
public void setPresetId(Long PresetId)
PresetId
- 预置位编码 范围1-8,启用看守位时必填public Long getResetTime()
public void setResetTime(Long ResetTime)
ResetTime
- 看守位自动归位时间, 启用看守位时必填Copyright © 2024. All rights reserved.