public class AddRecordRetrieveTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddRecordRetrieveTaskRequest() | 
| AddRecordRetrieveTaskRequest(AddRecordRetrieveTaskRequest 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 | 
|---|---|
| ChannelInfo[] | getChannels()Get 设备通道,一个任务最多32个设备通道 | 
| String | getDescribe()Get 取回任务描述 | 
| Long | getEndTime()Get 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天 | 
| Long | getExpiration()Get 取回录像副本有效期,最小为1天,最大为365天 | 
| Long | getMode()Get 取回模式, 1:极速模式,其他暂不支持 | 
| Long | getStartTime()Get 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天 | 
| String | getTaskName()Get 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,名称全局唯一,不能为空,不能重复 | 
| void | setChannels(ChannelInfo[] Channels)Set 设备通道,一个任务最多32个设备通道 | 
| void | setDescribe(String Describe)Set 取回任务描述 | 
| void | setEndTime(Long EndTime)Set 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天 | 
| void | setExpiration(Long Expiration)Set 取回录像副本有效期,最小为1天,最大为365天 | 
| void | setMode(Long Mode)Set 取回模式, 1:极速模式,其他暂不支持 | 
| void | setStartTime(Long StartTime)Set 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天 | 
| void | setTaskName(String TaskName)Set 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,名称全局唯一,不能为空,不能重复 | 
| 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 AddRecordRetrieveTaskRequest()
public AddRecordRetrieveTaskRequest(AddRecordRetrieveTaskRequest source)
public String getTaskName()
public void setTaskName(String TaskName)
TaskName - 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,名称全局唯一,不能为空,不能重复public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天public Long getMode()
public void setMode(Long Mode)
Mode - 取回模式, 1:极速模式,其他暂不支持public Long getExpiration()
public void setExpiration(Long Expiration)
Expiration - 取回录像副本有效期,最小为1天,最大为365天public ChannelInfo[] getChannels()
public void setChannels(ChannelInfo[] Channels)
Channels - 设备通道,一个任务最多32个设备通道public String getDescribe()
public void setDescribe(String Describe)
Describe - 取回任务描述Copyright © 2025. All rights reserved.