| Package | Description | 
|---|---|
| com.tencentcloudapi.ciam.v20220331.models | 
| Modifier and Type | Method and Description | 
|---|---|
User[] | 
ListUserResponse.getContent()
Get List of users
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
User[] | 
DescribeUserResponse.getContent()
Get User List
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
User | 
UpdateUserResponse.getUser()
Get User information after update
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
User | 
CreateUserResponse.getUser()
Get Information of the created user
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
User | 
DescribeUserByIdResponse.getUser()
Get User information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
User[] | 
ListUserByPropertyResponse.getUsers()
Get List of users
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListUserResponse.setContent(User[] Content)
Set List of users
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
DescribeUserResponse.setContent(User[] Content)
Set User List
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
UpdateUserResponse.setUser(User User)
Set User information after update
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
CreateUserResponse.setUser(User User)
Set Information of the created user
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
DescribeUserByIdResponse.setUser(User User)
Set User information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
ListUserByPropertyResponse.setUsers(User[] Users)
Set List of users
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Constructor and Description | 
|---|
User(User 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.