public class ListUsersForGroupResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUsersForGroupResponse.User |
| Constructor and Description |
|---|
ListUsersForGroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListUsersForGroupResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<ListUsersForGroupResponse.User> |
getUsers() |
void |
setRequestId(String requestId) |
void |
setUsers(List<ListUsersForGroupResponse.User> users) |
public String getRequestId()
public void setRequestId(String requestId)
public List<ListUsersForGroupResponse.User> getUsers()
public void setUsers(List<ListUsersForGroupResponse.User> users)
public ListUsersForGroupResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.