public class BatchCreateTaskVersionAsyncRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchCreateTaskVersionAsyncRequest() |
BatchCreateTaskVersionAsyncRequest(BatchCreateTaskVersionAsyncRequest 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 Alarm object: 1.
|
String |
getAlarmWays()
Get Alert method: email-email; sms-sms; wecom-wecom
|
Boolean |
getAutoRun()
Get Specifies whether to run automatically
|
Boolean |
getNeedCheckParentSubmitted()
Get Whether validation is required to check if the parent task has been submitted to scheduling
|
String |
getProjectId()
Get Project ID
|
BatchCreateTaskVersionDTO[] |
getTasks()
Get Task information
|
void |
setAlarmRecipientTypes(String AlarmRecipientTypes)
Set Alarm object: 1.
|
void |
setAlarmWays(String AlarmWays)
Set Alert method: email-email; sms-sms; wecom-wecom
|
void |
setAutoRun(Boolean AutoRun)
Set Specifies whether to run automatically
|
void |
setNeedCheckParentSubmitted(Boolean NeedCheckParentSubmitted)
Set Whether validation is required to check if the parent task has been submitted to scheduling
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setTasks(BatchCreateTaskVersionDTO[] Tasks)
Set Task information
|
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 BatchCreateTaskVersionAsyncRequest()
public BatchCreateTaskVersionAsyncRequest(BatchCreateTaskVersionAsyncRequest source)
public BatchCreateTaskVersionDTO[] getTasks()
public void setTasks(BatchCreateTaskVersionDTO[] Tasks)
Tasks
- Task informationpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Boolean getAutoRun()
public void setAutoRun(Boolean AutoRun)
AutoRun
- Specifies whether to run automaticallypublic String getAlarmWays()
public void setAlarmWays(String AlarmWays)
AlarmWays
- Alert method: email-email; sms-sms; wecom-wecompublic String getAlarmRecipientTypes()
public void setAlarmRecipientTypes(String AlarmRecipientTypes)
AlarmRecipientTypes
- Alarm object: 1. Project Administrator. 2. Task Ownerpublic Boolean getNeedCheckParentSubmitted()
public void setNeedCheckParentSubmitted(Boolean NeedCheckParentSubmitted)
NeedCheckParentSubmitted
- Whether validation is required to check if the parent task has been submitted to schedulingCopyright © 2025. All rights reserved.