Uses of Class
com.tencentcloudapi.ciam.v20220331.models.Job
-
Packages that use Job Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of Job in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return Job Modifier and Type Method Description JobCreateApiImportUserJobResponse. getJob()Get 数据流任务JobCreateFileExportUserJobResponse. getJob()Get 数据流任务Job[]ListJobsResponse. getJobSet()Get 任务列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type Job Modifier and Type Method Description voidCreateApiImportUserJobResponse. setJob(Job Job)Set 数据流任务voidCreateFileExportUserJobResponse. setJob(Job Job)Set 数据流任务voidListJobsResponse. setJobSet(Job[] JobSet)Set 任务列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ciam.v20220331.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.
-