public class ListUsersForApplicationResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
ListUsersForApplicationResponse.User |
构造器和说明 |
---|
ListUsersForApplicationResponse() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
checkShowJsonItemName() |
ListUsersForApplicationResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Long |
getTotalCount() |
List<ListUsersForApplicationResponse.User> |
getUsers() |
void |
setRequestId(String requestId) |
void |
setTotalCount(Long totalCount) |
void |
setUsers(List<ListUsersForApplicationResponse.User> users) |
public String getRequestId()
public void setRequestId(String requestId)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public List<ListUsersForApplicationResponse.User> getUsers()
public void setUsers(List<ListUsersForApplicationResponse.User> users)
public ListUsersForApplicationResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
public boolean checkShowJsonItemName()
checkShowJsonItemName
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All Rights Reserved.