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