public class CheckRouteTwometaResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
externInfo |
String |
match |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
CheckRouteTwometaResponse() |
| Modifier and Type | Method and Description |
|---|---|
static CheckRouteTwometaResponse |
build(Map<String,?> map) |
String |
getExternInfo() |
String |
getMatch() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
CheckRouteTwometaResponse |
setExternInfo(String externInfo) |
CheckRouteTwometaResponse |
setMatch(String match) |
CheckRouteTwometaResponse |
setReqMsgId(String reqMsgId) |
CheckRouteTwometaResponse |
setResultCode(String resultCode) |
CheckRouteTwometaResponse |
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="match") public String match
@NameInMap(value="extern_info") public String externInfo
public static CheckRouteTwometaResponse build(Map<String,?> map) throws Exception
Exceptionpublic CheckRouteTwometaResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public CheckRouteTwometaResponse setResultCode(String resultCode)
public String getResultCode()
public CheckRouteTwometaResponse setResultMsg(String resultMsg)
public String getResultMsg()
public CheckRouteTwometaResponse setMatch(String match)
public String getMatch()
public CheckRouteTwometaResponse setExternInfo(String externInfo)
public String getExternInfo()
Copyright © 2025. All rights reserved.