public class BatchCreateTaskVersionDsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchCreateTaskVersionDsRequest() |
BatchCreateTaskVersionDsRequest(BatchCreateTaskVersionDsRequest 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 |
---|---|
String |
getAlarmRecipientTypes()
Get 告警对象:1-项目管理员,2-任务责任人
|
String |
getAlarmWays()
Get 告警方式:email-邮件;sms-短信;wecom-企业微信
|
Boolean |
getAutoRun()
Get 是否自动运行
|
String |
getProjectId()
Get 项目ID
|
BatchCreateTaskVersionDsDTOLite[] |
getTaskVersionDTOs()
Get 任务版本信息
|
void |
setAlarmRecipientTypes(String AlarmRecipientTypes)
Set 告警对象:1-项目管理员,2-任务责任人
|
void |
setAlarmWays(String AlarmWays)
Set 告警方式:email-邮件;sms-短信;wecom-企业微信
|
void |
setAutoRun(Boolean AutoRun)
Set 是否自动运行
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setTaskVersionDTOs(BatchCreateTaskVersionDsDTOLite[] TaskVersionDTOs)
Set 任务版本信息
|
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, toJsonString
public BatchCreateTaskVersionDsRequest()
public BatchCreateTaskVersionDsRequest(BatchCreateTaskVersionDsRequest source)
public BatchCreateTaskVersionDsDTOLite[] getTaskVersionDTOs()
public void setTaskVersionDTOs(BatchCreateTaskVersionDsDTOLite[] TaskVersionDTOs)
TaskVersionDTOs
- 任务版本信息public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic Boolean getAutoRun()
public void setAutoRun(Boolean AutoRun)
AutoRun
- 是否自动运行public String getAlarmWays()
public void setAlarmWays(String AlarmWays)
AlarmWays
- 告警方式:email-邮件;sms-短信;wecom-企业微信public String getAlarmRecipientTypes()
public void setAlarmRecipientTypes(String AlarmRecipientTypes)
AlarmRecipientTypes
- 告警对象:1-项目管理员,2-任务责任人Copyright © 2023. All rights reserved.