public class DescribeRecordFileRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRecordFileRequest() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChannelId()Get 通道ID | 
| String | getDeviceId()Get 通道所属设备ID | 
| Long | getEndTime()Get 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天 | 
| Long | getStartTime()Get 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天 | 
| Boolean | getWithUrl()Get 是否携带每个时间段的播放url | 
| void | setChannelId(String ChannelId)Set 通道ID | 
| void | setDeviceId(String DeviceId)Set 通道所属设备ID | 
| void | setEndTime(Long EndTime)Set 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天 | 
| void | setStartTime(Long StartTime)Set 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天 | 
| void | setWithUrl(Boolean WithUrl)Set 是否携带每个时间段的播放url | 
| 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 DescribeRecordFileRequest()
public DescribeRecordFileRequest(DescribeRecordFileRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 通道所属设备IDpublic String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天public Boolean getWithUrl()
public void setWithUrl(Boolean WithUrl)
WithUrl - 是否携带每个时间段的播放urlCopyright © 2025. All rights reserved.