public class QueryDubheRouterFundrouterResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
fundCode |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryDubheRouterFundrouterResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryDubheRouterFundrouterResponse |
build(Map<String,?> map) |
String |
getFundCode() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryDubheRouterFundrouterResponse |
setFundCode(String fundCode) |
QueryDubheRouterFundrouterResponse |
setReqMsgId(String reqMsgId) |
QueryDubheRouterFundrouterResponse |
setResultCode(String resultCode) |
QueryDubheRouterFundrouterResponse |
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="fund_code") public String fundCode
public static QueryDubheRouterFundrouterResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryDubheRouterFundrouterResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryDubheRouterFundrouterResponse setResultCode(String resultCode)
public String getResultCode()
public QueryDubheRouterFundrouterResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryDubheRouterFundrouterResponse setFundCode(String fundCode)
public String getFundCode()
Copyright © 2025. All rights reserved.