public class CreateVideoDownloadTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateVideoDownloadTaskRequest() | 
| CreateVideoDownloadTaskRequest(CreateVideoDownloadTaskRequest 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 | 
|---|---|
| Long | getBeginTime()Get 开始时间 | 
| String | getChannelId()Get 通道ID | 
| Long | getCompletionPolicy()Get 完成策略(0:拉流失败但是录像不完整则认为任务失败,不生成 MP4;1:拉流失败但是录像不完整则认为任务成功,生成 mp4) | 
| Long | getEndTime()Get 结束时间 | 
| Long | getExpire()Get 转码后的mp4文件过期时间(支持7,15,30,60,90,180,365) | 
| Long | getFileType()Get 下载文件格式,当前仅支持(1:mp4) | 
| Long | getScale()Get 默认1倍速,支持(1,2,4,8)倍速 | 
| void | setBeginTime(Long BeginTime)Set 开始时间 | 
| void | setChannelId(String ChannelId)Set 通道ID | 
| void | setCompletionPolicy(Long CompletionPolicy)Set 完成策略(0:拉流失败但是录像不完整则认为任务失败,不生成 MP4;1:拉流失败但是录像不完整则认为任务成功,生成 mp4) | 
| void | setEndTime(Long EndTime)Set 结束时间 | 
| void | setExpire(Long Expire)Set 转码后的mp4文件过期时间(支持7,15,30,60,90,180,365) | 
| void | setFileType(Long FileType)Set 下载文件格式,当前仅支持(1:mp4) | 
| void | setScale(Long Scale)Set 默认1倍速,支持(1,2,4,8)倍速 | 
| 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 CreateVideoDownloadTaskRequest()
public CreateVideoDownloadTaskRequest(CreateVideoDownloadTaskRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道IDpublic Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime - 开始时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间public Long getScale()
public void setScale(Long Scale)
Scale - 默认1倍速,支持(1,2,4,8)倍速public Long getExpire()
public void setExpire(Long Expire)
Expire - 转码后的mp4文件过期时间(支持7,15,30,60,90,180,365)public Long getFileType()
public void setFileType(Long FileType)
FileType - 下载文件格式,当前仅支持(1:mp4)public Long getCompletionPolicy()
public void setCompletionPolicy(Long CompletionPolicy)
CompletionPolicy - 完成策略(0:拉流失败但是录像不完整则认为任务失败,不生成 MP4;1:拉流失败但是录像不完整则认为任务成功,生成 mp4)Copyright © 2025. All rights reserved.