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