Uses of Class
com.tencentcloudapi.emr.v20190103.models.JobResult
-
Packages that use JobResult Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of JobResult in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return JobResult Modifier and Type Method Description JobResult[]DescribeJobFlowResponse. getDetails()Get 流程任务步骤结果。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type JobResult Modifier and Type Method Description voidDescribeJobFlowResponse. setDetails(JobResult[] Details)Set 流程任务步骤结果。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type JobResult Constructor Description JobResult(JobResult 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.
-