public class InstRepayPlan extends AlipayObject
Constructor and Description |
---|
InstRepayPlan() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCurTerm()
Gets cur term.
|
String |
getCurTermInterest()
Gets cur term interest.
|
String |
getCurTermInterestPenalty()
Gets cur term interest penalty.
|
String |
getCurTermPrincipal()
Gets cur term principal.
|
String |
getCurTermPrincipalPenalty()
Gets cur term principal penalty.
|
String |
getRepaidInterest()
Gets repaid interest.
|
String |
getRepaidInterestPenalty()
Gets repaid interest penalty.
|
String |
getRepaidPrincipal()
Gets repaid principal.
|
String |
getRepaidPrincipalPenalty()
Gets repaid principal penalty.
|
String |
getStatus()
Gets status.
|
String |
getTermEndDate()
Gets term end date.
|
Long |
getTermNo()
Gets term no.
|
String |
getTermStartDate()
Gets term start date.
|
void |
setCurTerm(Boolean curTerm)
Sets cur term.
|
void |
setCurTermInterest(String curTermInterest)
Sets cur term interest.
|
void |
setCurTermInterestPenalty(String curTermInterestPenalty)
Sets cur term interest penalty.
|
void |
setCurTermPrincipal(String curTermPrincipal)
Sets cur term principal.
|
void |
setCurTermPrincipalPenalty(String curTermPrincipalPenalty)
Sets cur term principal penalty.
|
void |
setRepaidInterest(String repaidInterest)
Sets repaid interest.
|
void |
setRepaidInterestPenalty(String repaidInterestPenalty)
Sets repaid interest penalty.
|
void |
setRepaidPrincipal(String repaidPrincipal)
Sets repaid principal.
|
void |
setRepaidPrincipalPenalty(String repaidPrincipalPenalty)
Sets repaid principal penalty.
|
void |
setStatus(String status)
Sets status.
|
void |
setTermEndDate(String termEndDate)
Sets term end date.
|
void |
setTermNo(Long termNo)
Sets term no.
|
void |
setTermStartDate(String termStartDate)
Sets term start date.
|
public Boolean getCurTerm()
public void setCurTerm(Boolean curTerm)
curTerm
- the cur termpublic String getCurTermInterest()
public void setCurTermInterest(String curTermInterest)
curTermInterest
- the cur term interestpublic String getCurTermInterestPenalty()
public void setCurTermInterestPenalty(String curTermInterestPenalty)
curTermInterestPenalty
- the cur term interest penaltypublic String getCurTermPrincipal()
public void setCurTermPrincipal(String curTermPrincipal)
curTermPrincipal
- the cur term principalpublic String getCurTermPrincipalPenalty()
public void setCurTermPrincipalPenalty(String curTermPrincipalPenalty)
curTermPrincipalPenalty
- the cur term principal penaltypublic String getRepaidInterest()
public void setRepaidInterest(String repaidInterest)
repaidInterest
- the repaid interestpublic String getRepaidInterestPenalty()
public void setRepaidInterestPenalty(String repaidInterestPenalty)
repaidInterestPenalty
- the repaid interest penaltypublic String getRepaidPrincipal()
public void setRepaidPrincipal(String repaidPrincipal)
repaidPrincipal
- the repaid principalpublic String getRepaidPrincipalPenalty()
public void setRepaidPrincipalPenalty(String repaidPrincipalPenalty)
repaidPrincipalPenalty
- the repaid principal penaltypublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getTermEndDate()
public void setTermEndDate(String termEndDate)
termEndDate
- the term end datepublic Long getTermNo()
public void setTermNo(Long termNo)
termNo
- the term nopublic String getTermStartDate()
public void setTermStartDate(String termStartDate)
termStartDate
- the term start dateCopyright © 2018. All rights reserved.