Class ControlDevicePTZRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ControlDevicePTZRequest
-
public class ControlDevicePTZRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelId()Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取)LonggetSpeed()Get 命令描述(速度值范围1-8)StringgetType()Get 命令类型(上:up,下:down,左:left,右:right 上左:leftup,上右:rightup,下左:leftdown,下右:rightdown 放大:zoomin,缩小:zoomout 聚焦远:focusfar,聚焦近:focusnear 光圈放大:irisin,光圈缩小:irisout)voidsetChannelId(String ChannelId)Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)voidsetSpeed(Long Speed)Set 命令描述(速度值范围1-8)voidsetType(String Type)Set 命令类型(上:up,下:down,左:left,右:right 上左:leftup,上右:rightup,下左:leftdown,下右:rightdown 放大:zoomin,缩小:zoomout 聚焦远:focusfar,聚焦近:focusnear 光圈放大:irisin,光圈缩小:irisout)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
-
ControlDevicePTZRequest
public ControlDevicePTZRequest()
-
ControlDevicePTZRequest
public 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.
-
-
Method Detail
-
getChannelId
public String getChannelId()
Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取)- Returns:
- ChannelId 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)- Parameters:
ChannelId- 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
-
getType
public String getType()
Get 命令类型(上:up,下:down,左:left,右:right 上左:leftup,上右:rightup,下左:leftdown,下右:rightdown 放大:zoomin,缩小:zoomout 聚焦远:focusfar,聚焦近:focusnear 光圈放大:irisin,光圈缩小:irisout)- Returns:
- Type 命令类型(上:up,下:down,左:left,右:right 上左:leftup,上右:rightup,下左:leftdown,下右:rightdown 放大:zoomin,缩小:zoomout 聚焦远:focusfar,聚焦近:focusnear 光圈放大:irisin,光圈缩小:irisout)
-
setType
public void setType(String Type)
Set 命令类型(上:up,下:down,左:left,右:right 上左:leftup,上右:rightup,下左:leftdown,下右:rightdown 放大:zoomin,缩小:zoomout 聚焦远:focusfar,聚焦近:focusnear 光圈放大:irisin,光圈缩小:irisout)- Parameters:
Type- 命令类型(上:up,下:down,左:left,右:right 上左:leftup,上右:rightup,下左:leftdown,下右:rightdown 放大:zoomin,缩小:zoomout 聚焦远:focusfar,聚焦近:focusnear 光圈放大:irisin,光圈缩小:irisout)
-
getSpeed
public Long getSpeed()
Get 命令描述(速度值范围1-8)- Returns:
- Speed 命令描述(速度值范围1-8)
-
setSpeed
public void setSpeed(Long Speed)
Set 命令描述(速度值范围1-8)- Parameters:
Speed- 命令描述(速度值范围1-8)
-
-