public class ListUserResponse extends BaseBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUserResponse.User |
metadata| Constructor and Description |
|---|
ListUserResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListUserResponse.User> |
getUsers() |
void |
setUsers(List<ListUserResponse.User> users) |
String |
toString() |
getMetadatapublic void setUsers(List<ListUserResponse.User> users)
public List<ListUserResponse.User> getUsers()
Copyright © 2022. All rights reserved.