public class AlipayPcreditLoanBudgetQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayPcreditLoanBudgetQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PreRepayPlanTermVO> |
getPreRepayPlanTermList() |
String |
getRepayAmtTotal() |
String |
getRepayIntAmtTotal() |
String |
getRepayPrinAmtTotal() |
void |
setPreRepayPlanTermList(List<PreRepayPlanTermVO> preRepayPlanTermList) |
void |
setRepayAmtTotal(String repayAmtTotal) |
void |
setRepayIntAmtTotal(String repayIntAmtTotal) |
void |
setRepayPrinAmtTotal(String repayPrinAmtTotal) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setPreRepayPlanTermList(List<PreRepayPlanTermVO> preRepayPlanTermList)
public List<PreRepayPlanTermVO> getPreRepayPlanTermList()
public void setRepayAmtTotal(String repayAmtTotal)
public String getRepayAmtTotal()
public void setRepayIntAmtTotal(String repayIntAmtTotal)
public String getRepayIntAmtTotal()
public void setRepayPrinAmtTotal(String repayPrinAmtTotal)
public String getRepayPrinAmtTotal()
Copyright © 2020. All rights reserved.