Package | Description |
---|---|
com.tencentcloudapi.wedata.v20210820.models |
Modifier and Type | Method and Description |
---|---|
TaskOpsDto |
EventCaseConsumeLogOptDto.getConsumerDetail()
Get Task DetailsNote: This field may return null, indicating that no valid value can be obtained.
|
TaskOpsDto[] |
DescribeSuccessorOpsTaskInfosResponse.getData()
Get Downstream Task List
|
TaskOpsDto[] |
DescribeDependTaskListsResponse.getData()
Get Delete Result
Note: This field may return null, indicating that no valid value can be obtained.
|
TaskOpsDto[] |
OpsTaskInfoPage.getItems()
Get Task List Information
|
TaskOpsDto |
MakePlanTaskOpsDto.getTaskBaseInfo()
Get Basic task informationNote: This field may return null, indicating that no valid value can be obtained.
|
TaskOpsDto[] |
WorkflowCanvasOpsDto.getTasks()
Get Task ListNote: This field may return null, indicating that no valid value can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
EventCaseConsumeLogOptDto.setConsumerDetail(TaskOpsDto ConsumerDetail)
Set Task DetailsNote: This field may return null, indicating that no valid value can be obtained.
|
void |
DescribeSuccessorOpsTaskInfosResponse.setData(TaskOpsDto[] Data)
Set Downstream Task List
|
void |
DescribeDependTaskListsResponse.setData(TaskOpsDto[] Data)
Set Delete Result
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
OpsTaskInfoPage.setItems(TaskOpsDto[] Items)
Set Task List Information
|
void |
MakePlanTaskOpsDto.setTaskBaseInfo(TaskOpsDto TaskBaseInfo)
Set Basic task informationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
WorkflowCanvasOpsDto.setTasks(TaskOpsDto[] Tasks)
Set Task ListNote: This field may return null, indicating that no valid value can be obtained.
|
Constructor and Description |
---|
TaskOpsDto(TaskOpsDto 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.