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