public class CreateVideoDatabaseEntryTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateVideoDatabaseEntryTaskRequest() | 
| CreateVideoDatabaseEntryTaskRequest(CreateVideoDatabaseEntryTaskRequest 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 | 
|---|---|
| MediaInputInfo | getInputInfo()Get 待入库视频信息 | 
| TaskNotifyConfig | getTaskNotifyConfig()Get 可选,入库任务完成后向指定的回调地址传递任务结果,目前仅支持URL | 
| void | setInputInfo(MediaInputInfo InputInfo)Set 待入库视频信息 | 
| void | setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)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 CreateVideoDatabaseEntryTaskRequest()
public CreateVideoDatabaseEntryTaskRequest(CreateVideoDatabaseEntryTaskRequest source)
public MediaInputInfo getInputInfo()
public void setInputInfo(MediaInputInfo InputInfo)
InputInfo - 待入库视频信息public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig - 可选,入库任务完成后向指定的回调地址传递任务结果,目前仅支持URLCopyright © 2025. All rights reserved.