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