Class ControlHomePositionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ControlHomePositionRequest
-
public class ControlHomePositionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelId()Get 通道IDStringgetDeviceId()Get 设备IdLonggetEnable()Get 看守位使能 0-停用看守位 1-启用看守位LonggetPresetId()Get 预置位编码 范围1-8,启用看守位时必填LonggetResetTime()Get 看守位自动归位时间, 启用看守位时必填voidsetChannelId(String ChannelId)Set 通道IDvoidsetDeviceId(String DeviceId)Set 设备IdvoidsetEnable(Long Enable)Set 看守位使能 0-停用看守位 1-启用看守位voidsetPresetId(Long PresetId)Set 预置位编码 范围1-8,启用看守位时必填voidsetResetTime(Long ResetTime)Set 看守位自动归位时间, 启用看守位时必填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
-
ControlHomePositionRequest
public ControlHomePositionRequest()
-
ControlHomePositionRequest
public 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.
-
-
Method Detail
-
getChannelId
public String getChannelId()
Get 通道ID- Returns:
- ChannelId 通道ID
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道ID- Parameters:
ChannelId- 通道ID
-
getDeviceId
public String getDeviceId()
Get 设备Id- Returns:
- DeviceId 设备Id
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备Id- Parameters:
DeviceId- 设备Id
-
getEnable
public Long getEnable()
Get 看守位使能 0-停用看守位 1-启用看守位- Returns:
- Enable 看守位使能 0-停用看守位 1-启用看守位
-
setEnable
public void setEnable(Long Enable)
Set 看守位使能 0-停用看守位 1-启用看守位- Parameters:
Enable- 看守位使能 0-停用看守位 1-启用看守位
-
getPresetId
public Long getPresetId()
Get 预置位编码 范围1-8,启用看守位时必填- Returns:
- PresetId 预置位编码 范围1-8,启用看守位时必填
-
setPresetId
public void setPresetId(Long PresetId)
Set 预置位编码 范围1-8,启用看守位时必填- Parameters:
PresetId- 预置位编码 范围1-8,启用看守位时必填
-
getResetTime
public Long getResetTime()
Get 看守位自动归位时间, 启用看守位时必填- Returns:
- ResetTime 看守位自动归位时间, 启用看守位时必填
-
setResetTime
public void setResetTime(Long ResetTime)
Set 看守位自动归位时间, 启用看守位时必填- Parameters:
ResetTime- 看守位自动归位时间, 启用看守位时必填
-
-