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 通道唯一标识 | 
| String | getCommand()Get PTZ控制命令类型:
stop - 停止当前PTZ信令
left - 向左移动
right - 向右移动
up - 向上移动
down - 向下移动
leftUp - 左上移动
leftDown - 左下移动
rightUp - 右上移动
rightDown - 右下移动
zoomOut - 镜头缩小
zoomIn - 镜头放大
irisIn - 光圈缩小
irisOut - 光圈放大
focusIn - 焦距变近
focusOut - 焦距变远 | 
| String | getDeviceId()Get 设备唯一标识 | 
| void | setChannelId(String ChannelId)Set 通道唯一标识 | 
| void | setCommand(String Command)Set PTZ控制命令类型:
stop - 停止当前PTZ信令
left - 向左移动
right - 向右移动
up - 向上移动
down - 向下移动
leftUp - 左上移动
leftDown - 左下移动
rightUp - 右上移动
rightDown - 右下移动
zoomOut - 镜头缩小
zoomIn - 镜头放大
irisIn - 光圈缩小
irisOut - 光圈放大
focusIn - 焦距变近
focusOut - 焦距变远 | 
| void | setDeviceId(String DeviceId)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, toJsonStringpublic ControlDevicePTZRequest()
public ControlDevicePTZRequest(ControlDevicePTZRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备唯一标识public String getCommand()
public void setCommand(String Command)
Command - PTZ控制命令类型:
stop - 停止当前PTZ信令
left - 向左移动
right - 向右移动
up - 向上移动
down - 向下移动
leftUp - 左上移动
leftDown - 左下移动
rightUp - 右上移动
rightDown - 右下移动
zoomOut - 镜头缩小
zoomIn - 镜头放大
irisIn - 光圈缩小
irisOut - 光圈放大
focusIn - 焦距变近
focusOut - 焦距变远public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道唯一标识Copyright © 2025. All rights reserved.