public class QueryUsergroupResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
currentPage |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
List<UserGroup> |
userGroups |
| 构造器和说明 |
|---|
QueryUsergroupResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryUsergroupResponse |
build(Map<String,?> map) |
Long |
getCurrentPage() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
List<UserGroup> |
getUserGroups() |
QueryUsergroupResponse |
setCurrentPage(Long currentPage) |
QueryUsergroupResponse |
setPageSize(Long pageSize) |
QueryUsergroupResponse |
setReqMsgId(String reqMsgId) |
QueryUsergroupResponse |
setResultCode(String resultCode) |
QueryUsergroupResponse |
setResultMsg(String resultMsg) |
QueryUsergroupResponse |
setTotalCount(Long totalCount) |
QueryUsergroupResponse |
setUserGroups(List<UserGroup> userGroups) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="total_count") public Long totalCount
public static QueryUsergroupResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryUsergroupResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryUsergroupResponse setResultCode(String resultCode)
public String getResultCode()
public QueryUsergroupResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryUsergroupResponse setUserGroups(List<UserGroup> userGroups)
public QueryUsergroupResponse setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryUsergroupResponse setPageSize(Long pageSize)
public Long getPageSize()
public QueryUsergroupResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2022. All rights reserved.