Class DescribeRecordFileRequest

    • Constructor Detail

      • DescribeRecordFileRequest

        public DescribeRecordFileRequest()
      • DescribeRecordFileRequest

        public DescribeRecordFileRequest​(DescribeRecordFileRequest 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

      • getDeviceId

        public String getDeviceId()
        Get 通道所属设备ID
        Returns:
        DeviceId 通道所属设备ID
      • setDeviceId

        public void setDeviceId​(String DeviceId)
        Set 通道所属设备ID
        Parameters:
        DeviceId - 通道所属设备ID
      • getChannelId

        public String getChannelId()
        Get 通道ID
        Returns:
        ChannelId 通道ID
      • setChannelId

        public void setChannelId​(String ChannelId)
        Set 通道ID
        Parameters:
        ChannelId - 通道ID
      • getStartTime

        public Long getStartTime()
        Get 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
        Returns:
        StartTime 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
      • setStartTime

        public void setStartTime​(Long StartTime)
        Set 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
        Parameters:
        StartTime - 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
      • getEndTime

        public Long getEndTime()
        Get 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
        Returns:
        EndTime 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
        Parameters:
        EndTime - 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天