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