public class CountDubbridgeRepayTrialResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
realGuaranteeFee |
Long |
realInterest |
Long |
realLiquidatedDamages |
Long |
realOverAmt |
Long |
realPrincipal |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
serviceCharge |
| Constructor and Description |
|---|
CountDubbridgeRepayTrialResponse() |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="real_principal") public Long realPrincipal
@NameInMap(value="real_interest") public Long realInterest
@NameInMap(value="real_over_amt") public Long realOverAmt
@NameInMap(value="service_charge") public Long serviceCharge
@NameInMap(value="real_guarantee_fee") public Long realGuaranteeFee
@NameInMap(value="real_liquidated_damages") public Long realLiquidatedDamages
public static CountDubbridgeRepayTrialResponse build(Map<String,?> map) throws Exception
Exceptionpublic CountDubbridgeRepayTrialResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public CountDubbridgeRepayTrialResponse setResultCode(String resultCode)
public String getResultCode()
public CountDubbridgeRepayTrialResponse setResultMsg(String resultMsg)
public String getResultMsg()
public CountDubbridgeRepayTrialResponse setRealPrincipal(Long realPrincipal)
public Long getRealPrincipal()
public CountDubbridgeRepayTrialResponse setRealInterest(Long realInterest)
public Long getRealInterest()
public CountDubbridgeRepayTrialResponse setRealOverAmt(Long realOverAmt)
public Long getRealOverAmt()
public CountDubbridgeRepayTrialResponse setServiceCharge(Long serviceCharge)
public Long getServiceCharge()
public CountDubbridgeRepayTrialResponse setRealGuaranteeFee(Long realGuaranteeFee)
public Long getRealGuaranteeFee()
public CountDubbridgeRepayTrialResponse setRealLiquidatedDamages(Long realLiquidatedDamages)
public Long getRealLiquidatedDamages()
Copyright © 2025. All rights reserved.