Uses of Class
com.tencentcloudapi.tiems.v20190416.models.Job
-
Packages that use Job Package Description com.tencentcloudapi.tiems.v20190416.models -
-
Uses of Job in com.tencentcloudapi.tiems.v20190416.models
Methods in com.tencentcloudapi.tiems.v20190416.models that return Job Modifier and Type Method Description JobCreateJobResponse. getJob()Get 任务JobUpdateJobResponse. getJob()Get 任务 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tiems.v20190416.models with parameters of type Job Modifier and Type Method Description voidCreateJobResponse. setJob(Job Job)Set 任务voidUpdateJobResponse. setJob(Job Job)Set 任务 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tiems.v20190416.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.
-