Uses of Class
com.tencentcloudapi.batch.v20170312.models.JobView
-
Packages that use JobView Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of JobView in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return JobView Modifier and Type Method Description JobView[]DescribeJobsResponse. getJobSet()Get 作业列表Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type JobView Modifier and Type Method Description voidDescribeJobsResponse. setJobSet(JobView[] JobSet)Set 作业列表Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type JobView Constructor Description JobView(JobView 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.
-