public class ModifyScheduleRequest extends AbstractModel
Constructor and Description |
---|
ModifyScheduleRequest() |
ModifyScheduleRequest(ModifyScheduleRequest 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 `/`.
|
TaskOutputStorage |
getOutputStorage()
Get The bucket to save the output file.
|
Long |
getScheduleId()
Get The scheme ID.
|
String |
getScheduleName()
Get The scheme name.
|
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 `/`.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set The bucket to save the output file.
|
void |
setScheduleId(Long ScheduleId)
Set The scheme ID.
|
void |
setScheduleName(String ScheduleName)
Set The scheme name.
|
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 ModifyScheduleRequest()
public ModifyScheduleRequest(ModifyScheduleRequest source)
public Long getScheduleId()
public void setScheduleId(Long ScheduleId)
ScheduleId
- The scheme ID.public String getScheduleName()
public void setScheduleName(String ScheduleName)
ScheduleName
- The scheme name.public WorkflowTrigger getTrigger()
public void setTrigger(WorkflowTrigger Trigger)
Trigger
- The trigger of the scheme.public Activity[] getActivities()
public void setActivities(Activity[] Activities)
Activities
- The subtasks of the scheme.
Note: You need to pass in the full list of subtasks even if you want to change only some of the subtasks.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- The bucket to save the output file.public String getOutputDir()
public void setOutputDir(String OutputDir)
OutputDir
- The directory to save the media processing output file, which must start and end with `/`.
Note: If this parameter is left empty, the current `OutputDir` value will be invalidated.public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig
- The notification configuration.Copyright © 2023. All rights reserved.