Uses of Class
com.tencentcloudapi.batch.v20170312.models.Job
-
Packages that use Job Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of Job in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return Job Modifier and Type Method Description JobSubmitJobRequest. getJob()Get 作业信息Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type Job Modifier and Type Method Description voidSubmitJobRequest. setJob(Job Job)Set 作业信息Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type Job Constructor Description Job(Job 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.
-