public class SchedulesInfo extends AbstractModel
header, skipSign| 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. 
 | 
String | 
getResourceId()
Get Resource ID. 
 | 
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 | 
getType()
Get The scheme type. 
 | 
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 | 
setResourceId(String ResourceId)
Set Resource ID. 
 | 
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 | 
setType(String Type)
Set The scheme type. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 getType()
public void setType(String Type)
Type - The scheme type. Valid values:
 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.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource ID. For those without an associated resource ID, fill in with an account's primary resource ID.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.