public class SchedulesInfo extends AbstractModel
Constructor and Description |
---|
SchedulesInfo() |
SchedulesInfo(SchedulesInfo 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 |
getCreateTime()
Get The creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
String |
getOutputDir()
Get The directory to save the output file.
|
TaskOutputStorage |
getOutputStorage()
Get The bucket to save the output file.
|
Long |
getScheduleId()
Get The scheme ID.
|
String |
getScheduleName()
Get The scheme name.
|
String[] |
getStatus()
Get The scheme status.
|
TaskNotifyConfig |
getTaskNotifyConfig()
Get The notification configuration.
|
WorkflowTrigger |
getTrigger()
Get The trigger of the scheme.
|
String |
getUpdateTime()
Get The last updated time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setActivities(Activity[] Activities)
Set The subtasks of the scheme.
|
void |
setCreateTime(String CreateTime)
Set The creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setOutputDir(String OutputDir)
Set The directory to save the output file.
|
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 |
setStatus(String[] Status)
Set The scheme status.
|
void |
setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
Set The notification configuration.
|
void |
setTrigger(WorkflowTrigger Trigger)
Set The trigger of the scheme.
|
void |
setUpdateTime(String UpdateTime)
Set The last updated time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
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 SchedulesInfo()
public SchedulesInfo(SchedulesInfo 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.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getStatus()
public void setStatus(String[] Status)
Status
- The scheme status. Valid values:
`Enabled`
`Disabled`
Note: This field may return null, indicating that no valid values can be obtained.public WorkflowTrigger getTrigger()
public void setTrigger(WorkflowTrigger Trigger)
Trigger
- The trigger of the scheme.
Note: This field may return null, indicating that no valid values can be obtained.public Activity[] getActivities()
public void setActivities(Activity[] Activities)
Activities
- The subtasks of the scheme.
Note: This field may return null, indicating that no valid values can be obtained.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- The bucket to save the output file.
Note: This field may return null, indicating that no valid values can be obtained.public String getOutputDir()
public void setOutputDir(String OutputDir)
OutputDir
- The directory to save the output file.
Note: This field may return null, indicating that no valid values can be obtained.public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig
- The notification configuration.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The last updated time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.