public class CreateScheduleRequest extends AbstractModel
Constructor and Description |
---|
CreateScheduleRequest() |
CreateScheduleRequest(CreateScheduleRequest 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 |
---|---|
Activity[] |
getActivities()
Get The subtasks of the scheme.
|
String |
getOutputDir()
Get The directory to save the media processing output file, which must start and end with `/`, such as `/movie/201907/`.
|
TaskOutputStorage |
getOutputStorage()
Get The bucket to save the output file.
|
String |
getScheduleName()
Get The scheme name (max 128 characters).
|
TaskNotifyConfig |
getTaskNotifyConfig()
Get The notification configuration.
|
WorkflowTrigger |
getTrigger()
Get The trigger of the scheme.
|
void |
setActivities(Activity[] Activities)
Set The subtasks of the scheme.
|
void |
setOutputDir(String OutputDir)
Set The directory to save the media processing output file, which must start and end with `/`, such as `/movie/201907/`.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set The bucket to save the output file.
|
void |
setScheduleName(String ScheduleName)
Set The scheme name (max 128 characters).
|
void |
setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
Set The notification configuration.
|
void |
setTrigger(WorkflowTrigger Trigger)
Set The trigger of the scheme.
|
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 CreateScheduleRequest()
public CreateScheduleRequest(CreateScheduleRequest source)
public String getScheduleName()
public void setScheduleName(String ScheduleName)
ScheduleName
- The scheme name (max 128 characters). This name should be unique across your account.public WorkflowTrigger getTrigger()
public void setTrigger(WorkflowTrigger Trigger)
Trigger
- The trigger of the scheme. If a file is uploaded to the specified bucket, the scheme will be triggered.public Activity[] getActivities()
public void setActivities(Activity[] Activities)
Activities
- The subtasks of the scheme.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- The bucket to save the output file. If you do not specify this parameter, the bucket in `Trigger` will be used.public String getOutputDir()
public void setOutputDir(String OutputDir)
OutputDir
- The directory to save the media processing output file, which must start and end with `/`, such as `/movie/201907/`.
If you do not specify this, the file will be saved to the trigger directory.public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig
- The notification configuration. If you do not specify this parameter, notifications will not be sent.Copyright © 2023. All rights reserved.