public class QueryXdashboardTreeResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<XDashboardCRULResponseCURequest> |
data |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
QueryXdashboardTreeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryXdashboardTreeResponse |
build(Map<String,?> map) |
List<XDashboardCRULResponseCURequest> |
getData() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryXdashboardTreeResponse |
setData(List<XDashboardCRULResponseCURequest> data) |
QueryXdashboardTreeResponse |
setReqMsgId(String reqMsgId) |
QueryXdashboardTreeResponse |
setResultCode(String resultCode) |
QueryXdashboardTreeResponse |
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="data") public List<XDashboardCRULResponseCURequest> data
public static QueryXdashboardTreeResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryXdashboardTreeResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryXdashboardTreeResponse setResultCode(String resultCode)
public String getResultCode()
public QueryXdashboardTreeResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryXdashboardTreeResponse setData(List<XDashboardCRULResponseCURequest> data)
public List<XDashboardCRULResponseCURequest> getData()
Copyright © 2022. All rights reserved.