Package | Description |
---|---|
com.tencentcloudapi.dlc.v20210125.models |
Modifier and Type | Method and Description |
---|---|
SparkJobInfo |
DescribeSparkAppJobResponse.getJob()
Get Spark job details
Note: This field may return null, indicating that no valid values can be obtained.
|
SparkJobInfo[] |
DescribeSparkAppJobsResponse.getSparkAppJobs()
Get Detailed list of Spark jobs
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSparkAppJobResponse.setJob(SparkJobInfo Job)
Set Spark job details
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeSparkAppJobsResponse.setSparkAppJobs(SparkJobInfo[] SparkAppJobs)
Set Detailed list of Spark jobs
|
Constructor and Description |
---|
SparkJobInfo(SparkJobInfo 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.