public class ResetWorkflowRequest extends AbstractModel
| Constructor and Description | 
|---|
ResetWorkflowRequest()  | 
ResetWorkflowRequest(ResetWorkflowRequest 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 | 
|---|---|
AiAnalysisTaskInput | 
getAiAnalysisTask()
Get Video content analysis task parameter. 
 | 
AiContentReviewTaskInput | 
getAiContentReviewTask()
Get Type parameter of a video content audit task. 
 | 
AiRecognitionTaskInput | 
getAiRecognitionTask()
Get Type parameter of a video content recognition task. 
 | 
MediaProcessTaskInput | 
getMediaProcessTask()
Get Parameter of a video processing task. 
 | 
String | 
getOutputDir()
Get Target directory of a video processing output file, such as `/movie/201907/`. 
 | 
TaskOutputStorage | 
getOutputStorage()
Get Output configuration of a video processing output file. 
 | 
TaskNotifyConfig | 
getTaskNotifyConfig()
Get Event notification information of a task. 
 | 
Long | 
getTaskPriority()
Get Workflow priority. 
 | 
WorkflowTrigger | 
getTrigger()
Get Triggering rule bound to a workflow. 
 | 
Long | 
getWorkflowId()
Get Workflow ID. 
 | 
String | 
getWorkflowName()
Get Workflow name of up to 128 characters, which must be unique for the same user. 
 | 
void | 
setAiAnalysisTask(AiAnalysisTaskInput AiAnalysisTask)
Set Video content analysis task parameter. 
 | 
void | 
setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)
Set Type parameter of a video content audit task. 
 | 
void | 
setAiRecognitionTask(AiRecognitionTaskInput AiRecognitionTask)
Set Type parameter of a video content recognition task. 
 | 
void | 
setMediaProcessTask(MediaProcessTaskInput MediaProcessTask)
Set Parameter of a video processing task. 
 | 
void | 
setOutputDir(String OutputDir)
Set Target directory of a video processing output file, such as `/movie/201907/`. 
 | 
void | 
setOutputStorage(TaskOutputStorage OutputStorage)
Set Output configuration of a video processing output file. 
 | 
void | 
setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
Set Event notification information of a task. 
 | 
void | 
setTaskPriority(Long TaskPriority)
Set Workflow priority. 
 | 
void | 
setTrigger(WorkflowTrigger Trigger)
Set Triggering rule bound to a workflow. 
 | 
void | 
setWorkflowId(Long WorkflowId)
Set Workflow ID. 
 | 
void | 
setWorkflowName(String WorkflowName)
Set Workflow name of up to 128 characters, which must be unique for the same user. 
 | 
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, toJsonStringpublic ResetWorkflowRequest()
public ResetWorkflowRequest(ResetWorkflowRequest source)
public Long getWorkflowId()
public void setWorkflowId(Long WorkflowId)
WorkflowId - Workflow ID.public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName - Workflow name of up to 128 characters, which must be unique for the same user.public WorkflowTrigger getTrigger()
public void setTrigger(WorkflowTrigger Trigger)
Trigger - Triggering rule bound to a workflow. If an uploaded video hits the rule for the object, the workflow will be triggered.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage - Output configuration of a video processing output file. If this parameter is left empty, the storage location in `Trigger` will be inherited.public String getOutputDir()
public void setOutputDir(String OutputDir)
OutputDir - Target directory of a video processing output file, such as `/movie/201907/`. If this parameter is left empty, the file will be outputted to the same directory where the source file is located, i.e.; `{inputDir}`.public MediaProcessTaskInput getMediaProcessTask()
public void setMediaProcessTask(MediaProcessTaskInput MediaProcessTask)
MediaProcessTask - Parameter of a video processing task.public AiContentReviewTaskInput getAiContentReviewTask()
public void setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)
AiContentReviewTask - Type parameter of a video content audit task.public AiAnalysisTaskInput getAiAnalysisTask()
public void setAiAnalysisTask(AiAnalysisTaskInput AiAnalysisTask)
AiAnalysisTask - Video content analysis task parameter.public AiRecognitionTaskInput getAiRecognitionTask()
public void setAiRecognitionTask(AiRecognitionTaskInput AiRecognitionTask)
AiRecognitionTask - Type parameter of a video content recognition task.public Long getTaskPriority()
public void setTaskPriority(Long TaskPriority)
TaskPriority - Workflow priority. The higher the value, the higher the priority. Value range: [-10, 10]. If this parameter is left empty, 0 will be used.public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig - Event notification information of a task. If this parameter is left empty, no event notifications will be obtained.Copyright © 2021. All rights reserved.