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