Uses of Class
com.tencentcloudapi.batch.v20170312.models.Dependence
-
Packages that use Dependence Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of Dependence in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return Dependence Modifier and Type Method Description Dependence[]DescribeJobSubmitInfoResponse. getDependences()Get 依赖信息Dependence[]Job. getDependences()Get 依赖信息Dependence[]DescribeJobResponse. getDependenceSet()Get 任务间依赖信息Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type Dependence Modifier and Type Method Description voidDescribeJobSubmitInfoResponse. setDependences(Dependence[] Dependences)Set 依赖信息voidJob. setDependences(Dependence[] Dependences)Set 依赖信息voidDescribeJobResponse. setDependenceSet(Dependence[] DependenceSet)Set 任务间依赖信息Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type Dependence Constructor Description Dependence(Dependence 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.
-