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