public class CancelTasksRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CancelTasksRequest() |
CancelTasksRequest(CancelTasksRequest 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 |
|---|---|
KVPair[] |
getConfig()
Get 配置信息,key-value数组,对外不可见。key1:AuthorityRole(鉴权角色,默认传SubUin,base64加密,仅在jdbc提交任务时使用)
|
String[] |
getTaskId()
Get 任务Id数组,全局唯一
|
void |
setConfig(KVPair[] Config)
Set 配置信息,key-value数组,对外不可见。key1:AuthorityRole(鉴权角色,默认传SubUin,base64加密,仅在jdbc提交任务时使用)
|
void |
setTaskId(String[] TaskId)
Set 任务Id数组,全局唯一
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CancelTasksRequest()
public CancelTasksRequest(CancelTasksRequest source)
public String[] getTaskId()
public void setTaskId(String[] TaskId)
TaskId - 任务Id数组,全局唯一public KVPair[] getConfig()
public void setConfig(KVPair[] Config)
Config - 配置信息,key-value数组,对外不可见。key1:AuthorityRole(鉴权角色,默认传SubUin,base64加密,仅在jdbc提交任务时使用)Copyright © 2025. All rights reserved.