public class BatchUpdateIntegrationTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchUpdateIntegrationTasksRequest() | 
| BatchUpdateIntegrationTasksRequest(BatchUpdateIntegrationTasksRequest 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 | getIncharge()Get Person in Charge (separate multiple persons in charge with a lowercase semicolon; offline tasks use the account name, real-time tasks use the account ID) | 
| String | getInchargeIds()Get Responsible Person ID (separate multiple persons in charge with a lowercase semicolon) | 
| String | getProjectId()Get Project ID | 
| String[] | getTaskIds()Get Task ID | 
| String[] | getTaskNames()Get This batch operation involves tasks for auditing | 
| Long | getTaskType()Get Task Type | 
| void | setIncharge(String Incharge)Set Person in Charge (separate multiple persons in charge with a lowercase semicolon; offline tasks use the account name, real-time tasks use the account ID) | 
| void | setInchargeIds(String InchargeIds)Set Responsible Person ID (separate multiple persons in charge with a lowercase semicolon) | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setTaskIds(String[] TaskIds)Set Task ID | 
| void | setTaskNames(String[] TaskNames)Set This batch operation involves tasks for auditing | 
| void | setTaskType(Long TaskType)Set Task Type | 
| 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 BatchUpdateIntegrationTasksRequest()
public BatchUpdateIntegrationTasksRequest(BatchUpdateIntegrationTasksRequest source)
public String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds - Task IDpublic String getIncharge()
public void setIncharge(String Incharge)
Incharge - Person in Charge (separate multiple persons in charge with a lowercase semicolon; offline tasks use the account name, real-time tasks use the account ID)public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - Task Typepublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getInchargeIds()
public void setInchargeIds(String InchargeIds)
InchargeIds - Responsible Person ID (separate multiple persons in charge with a lowercase semicolon)public String[] getTaskNames()
public void setTaskNames(String[] TaskNames)
TaskNames - This batch operation involves tasks for auditingCopyright © 2024. All rights reserved.