public class CountDubheRepayTrialResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
realInterest |
Long |
realOverAmt |
Long |
realPrincipal |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
serviceCharge |
| Constructor and Description |
|---|
CountDubheRepayTrialResponse() |
| Modifier and Type | Method and Description |
|---|---|
static CountDubheRepayTrialResponse |
build(Map<String,?> map) |
Long |
getRealInterest() |
Long |
getRealOverAmt() |
Long |
getRealPrincipal() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getServiceCharge() |
CountDubheRepayTrialResponse |
setRealInterest(Long realInterest) |
CountDubheRepayTrialResponse |
setRealOverAmt(Long realOverAmt) |
CountDubheRepayTrialResponse |
setRealPrincipal(Long realPrincipal) |
CountDubheRepayTrialResponse |
setReqMsgId(String reqMsgId) |
CountDubheRepayTrialResponse |
setResultCode(String resultCode) |
CountDubheRepayTrialResponse |
setResultMsg(String resultMsg) |
CountDubheRepayTrialResponse |
setServiceCharge(Long serviceCharge) |
@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
public static CountDubheRepayTrialResponse build(Map<String,?> map) throws Exception
Exceptionpublic CountDubheRepayTrialResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public CountDubheRepayTrialResponse setResultCode(String resultCode)
public String getResultCode()
public CountDubheRepayTrialResponse setResultMsg(String resultMsg)
public String getResultMsg()
public CountDubheRepayTrialResponse setRealPrincipal(Long realPrincipal)
public Long getRealPrincipal()
public CountDubheRepayTrialResponse setRealInterest(Long realInterest)
public Long getRealInterest()
public CountDubheRepayTrialResponse setRealOverAmt(Long realOverAmt)
public Long getRealOverAmt()
public CountDubheRepayTrialResponse setServiceCharge(Long serviceCharge)
public Long getServiceCharge()
Copyright © 2025. All rights reserved.