public class ControlDevicePTZRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ControlDevicePTZRequest() |
ControlDevicePTZRequest(ControlDevicePTZRequest 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(从通道查询接口DescribeDeviceChannel中获取)
|
Long |
getSpeed()
Get 命令描述(速度值范围1-8)
|
String |
getType()
Get 命令类型(上:up,下:down,左:left,右:right
上左:leftup,上右:rightup,下左:leftdown,下右:rightdown
放大:zoomin,缩小:zoomout
聚焦远:focusfar,聚焦近:focusnear
光圈放大:irisin,光圈缩小:irisout)
|
void |
setChannelId(String ChannelId)
Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
|
void |
setSpeed(Long Speed)
Set 命令描述(速度值范围1-8)
|
void |
setType(String Type)
Set 命令类型(上:up,下:down,左:left,右:right
上左:leftup,上右:rightup,下左:leftdown,下右:rightdown
放大:zoomin,缩小:zoomout
聚焦远:focusfar,聚焦近:focusnear
光圈放大:irisin,光圈缩小:irisout)
|
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 ControlDevicePTZRequest()
public ControlDevicePTZRequest(ControlDevicePTZRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道 ID(从通道查询接口DescribeDeviceChannel中获取)public String getType()
public void setType(String Type)
Type
- 命令类型(上:up,下:down,左:left,右:right
上左:leftup,上右:rightup,下左:leftdown,下右:rightdown
放大:zoomin,缩小:zoomout
聚焦远:focusfar,聚焦近:focusnear
光圈放大:irisin,光圈缩小:irisout)public Long getSpeed()
public void setSpeed(Long Speed)
Speed
- 命令描述(速度值范围1-8)Copyright © 2024. All rights reserved.