| Package | Description | 
|---|---|
| com.tencentcloudapi.ciam.v20220331.models | 
| Modifier and Type | Method and Description | 
|---|---|
Job | 
CreateApiImportUserJobResponse.getJob()
Get Data flow task 
 | 
Job | 
CreateFileExportUserJobResponse.getJob()
Get Data flow task 
 | 
Job[] | 
ListJobsResponse.getJobSet()
Get List of tasks
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateApiImportUserJobResponse.setJob(Job Job)
Set Data flow task 
 | 
void | 
CreateFileExportUserJobResponse.setJob(Job Job)
Set Data flow task 
 | 
void | 
ListJobsResponse.setJobSet(Job[] JobSet)
Set List of tasks
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Constructor and 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. 
 | 
Copyright © 2022. All rights reserved.