Class ControlDevicePTZRequest

    • 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)