Package | Description |
---|---|
com.tencentcloudapi.batch.v20170312.models |
Modifier and Type | Method and Description |
---|---|
Task[] |
DescribeJobSubmitInfoResponse.getTasks()
Get Information of tasks in the job
|
Task |
CreateTaskTemplateRequest.getTaskTemplateInfo()
Get Task template content with the same parameter requirements as the task
|
Task |
TaskTemplateView.getTaskTemplateInfo()
Get Task template information
|
Task |
ModifyTaskTemplateRequest.getTaskTemplateInfo()
Get Task template information
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeJobSubmitInfoResponse.setTasks(Task[] Tasks)
Set Information of tasks in the job
|
void |
CreateTaskTemplateRequest.setTaskTemplateInfo(Task TaskTemplateInfo)
Set Task template content with the same parameter requirements as the task
|
void |
TaskTemplateView.setTaskTemplateInfo(Task TaskTemplateInfo)
Set Task template information
|
void |
ModifyTaskTemplateRequest.setTaskTemplateInfo(Task TaskTemplateInfo)
Set Task template information
|
Constructor and Description |
---|
Task(Task 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.
|
Copyright © 2024. All rights reserved.