public class ListDashboardResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<PluginModelDO> |
dashboards |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
ListDashboardResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDashboardResponse |
build(Map<String,?> map) |
List<PluginModelDO> |
getDashboards() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
ListDashboardResponse |
setDashboards(List<PluginModelDO> dashboards) |
ListDashboardResponse |
setReqMsgId(String reqMsgId) |
ListDashboardResponse |
setResultCode(String resultCode) |
ListDashboardResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="dashboards") public List<PluginModelDO> dashboards
public static ListDashboardResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListDashboardResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ListDashboardResponse setResultCode(String resultCode)
public String getResultCode()
public ListDashboardResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ListDashboardResponse setDashboards(List<PluginModelDO> dashboards)
public List<PluginModelDO> getDashboards()
Copyright © 2022. All rights reserved.