Package | Description |
---|---|
com.tencentcloudapi.dlc.v20210125.models |
Modifier and Type | Method and Description |
---|---|
TaskResponseInfo[] |
DescribeSparkAppTasksResponse.getSparkAppTasks()
Get List of task results
Note: This field may return null, indicating that no valid values can be obtained.
|
TaskResponseInfo[] |
DescribeTasksResponse.getTaskList()
Get List of task objects.
|
TaskResponseInfo |
DescribeSparkAppTasksResponse.getTasks()
Get Task result (this field has been disused)
Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSparkAppTasksResponse.setSparkAppTasks(TaskResponseInfo[] SparkAppTasks)
Set List of task results
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeTasksResponse.setTaskList(TaskResponseInfo[] TaskList)
Set List of task objects.
|
void |
DescribeSparkAppTasksResponse.setTasks(TaskResponseInfo Tasks)
Set Task result (this field has been disused)
Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
TaskResponseInfo(TaskResponseInfo 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 © 2023. All rights reserved.