public class BatchRunOpsTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchRunOpsTaskRequest() |
BatchRunOpsTaskRequest(BatchRunOpsTaskRequest 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 |
---|---|
Long |
getEnableMakeUp()
Get Whether to Supplement Intermediate Instances, 0 for not supplementing; 1 for supplementing
|
String |
getProjectId()
Get Project ID
|
String[] |
getTasks()
Get Task ID list
|
void |
setEnableMakeUp(Long EnableMakeUp)
Set Whether to Supplement Intermediate Instances, 0 for not supplementing; 1 for supplementing
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setTasks(String[] Tasks)
Set Task ID list
|
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 BatchRunOpsTaskRequest()
public BatchRunOpsTaskRequest(BatchRunOpsTaskRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Long getEnableMakeUp()
public void setEnableMakeUp(Long EnableMakeUp)
EnableMakeUp
- Whether to Supplement Intermediate Instances, 0 for not supplementing; 1 for supplementingpublic String[] getTasks()
public void setTasks(String[] Tasks)
Tasks
- Task ID listCopyright © 2024. All rights reserved.