public class ControlChannelPTZRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ControlChannelPTZRequest() |
ControlChannelPTZRequest(ControlChannelPTZRequest 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ControlChannelPTZRequest()
public ControlChannelPTZRequest(ControlChannelPTZRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备唯一标识public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道唯一标识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 - 焦距变远Copyright © 2023. All rights reserved.