| Package | Description |
|---|---|
| com.tencentcloudapi.wedata.v20250806.models |
| Modifier and Type | Method and Description |
|---|---|
DependencyTaskBrief[] |
TaskSchedulerConfiguration.getDownStreamDependencyConfigList()
Get 下游依赖数组
注意:此字段可能返回 null,表示取不到有效值。
|
DependencyTaskBrief[] |
TaskSchedulerConfiguration.getUpstreamDependencyConfigList()
Get 上游依赖数组
注意:此字段可能返回 null,表示取不到有效值。
|
DependencyTaskBrief[] |
CreateTaskSchedulerConfiguration.getUpstreamDependencyConfigList()
Get 上游依赖数组
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSchedulerConfiguration.setDownStreamDependencyConfigList(DependencyTaskBrief[] DownStreamDependencyConfigList)
Set 下游依赖数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
TaskSchedulerConfiguration.setUpstreamDependencyConfigList(DependencyTaskBrief[] UpstreamDependencyConfigList)
Set 上游依赖数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateTaskSchedulerConfiguration.setUpstreamDependencyConfigList(DependencyTaskBrief[] UpstreamDependencyConfigList)
Set 上游依赖数组
|
| Constructor and Description |
|---|
DependencyTaskBrief(DependencyTaskBrief 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 © 2025. All rights reserved.