public class EditMediaRequest extends AbstractModel
Constructor and Description |
---|
EditMediaRequest() |
Modifier and Type | Method and Description |
---|---|
EditMediaFileInfo[] |
getFileInfos()
Get Information of input video file.
|
String |
getOutputObjectPath()
Get Target path of video processing output file.
|
TaskOutputStorage |
getOutputStorage()
Get Target storage of video processing output file.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get The ID used for deduplication.
|
TaskNotifyConfig |
getTaskNotifyConfig()
Get Event notification information of task.
|
Long |
getTasksPriority()
Get Task priority.
|
void |
setFileInfos(EditMediaFileInfo[] FileInfos)
Set Information of input video file.
|
void |
setOutputObjectPath(String OutputObjectPath)
Set Target path of video processing output file.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Target storage of video processing output file.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set The ID used for deduplication.
|
void |
setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
Set Event notification information of task.
|
void |
setTasksPriority(Long TasksPriority)
Set Task priority.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EditMediaFileInfo[] getFileInfos()
public void setFileInfos(EditMediaFileInfo[] FileInfos)
FileInfos
- Information of input video file.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Target storage of video processing output file.public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath
- Target path of video processing output file.public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig
- Event notification information of task. If this parameter is left empty, no event notifications will be obtained.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- Task priority. The higher the value, the higher the priority. Value range: -10–10. If this parameter is left empty, 0 will be used.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or a blank string is entered, no deduplication will be performed.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.Copyright © 2020. All rights reserved.