public class TermDetail
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
deductAmount
example:
|
Long |
guaranteeFee
example:
|
Long |
liquidatedDamages
example:
|
Long |
penalty
example:
|
Long |
serverFee
example:
|
String |
settleDate
example:
|
String |
term
example:
|
Long |
termAmount
example:
|
Long |
termFee
example:
|
Long |
termPrincipal
example:
|
| Constructor and Description |
|---|
TermDetail() |
| Modifier and Type | Method and Description |
|---|---|
static TermDetail |
build(Map<String,?> map) |
Long |
getDeductAmount() |
Long |
getGuaranteeFee() |
Long |
getLiquidatedDamages() |
Long |
getPenalty() |
Long |
getServerFee() |
String |
getSettleDate() |
String |
getTerm() |
Long |
getTermAmount() |
Long |
getTermFee() |
Long |
getTermPrincipal() |
TermDetail |
setDeductAmount(Long deductAmount) |
TermDetail |
setGuaranteeFee(Long guaranteeFee) |
TermDetail |
setLiquidatedDamages(Long liquidatedDamages) |
TermDetail |
setPenalty(Long penalty) |
TermDetail |
setServerFee(Long serverFee) |
TermDetail |
setSettleDate(String settleDate) |
TermDetail |
setTerm(String term) |
TermDetail |
setTermAmount(Long termAmount) |
TermDetail |
setTermFee(Long termFee) |
TermDetail |
setTermPrincipal(Long termPrincipal) |
@NameInMap(value="term") @Validation(required=true) public String term
1
@NameInMap(value="term_amount") @Validation(required=true) public Long termAmount
1999.98
@NameInMap(value="term_principal") @Validation(required=true) public Long termPrincipal
1999.98
@NameInMap(value="term_fee") @Validation(required=true) public Long termFee
1999.98
@NameInMap(value="settle_date") @Validation(required=true) public String settleDate
yyyy-MM-dd
@NameInMap(value="penalty") public Long penalty
1999.98
@NameInMap(value="guarantee_fee") public Long guaranteeFee
1999.98
@NameInMap(value="liquidated_damages") public Long liquidatedDamages
1999.98
@NameInMap(value="server_fee") public Long serverFee
1999.98
@NameInMap(value="deduct_amount") public Long deductAmount
1999.98
public static TermDetail build(Map<String,?> map) throws Exception
Exceptionpublic TermDetail setTerm(String term)
public String getTerm()
public TermDetail setTermAmount(Long termAmount)
public Long getTermAmount()
public TermDetail setTermPrincipal(Long termPrincipal)
public Long getTermPrincipal()
public TermDetail setTermFee(Long termFee)
public Long getTermFee()
public TermDetail setSettleDate(String settleDate)
public String getSettleDate()
public TermDetail setPenalty(Long penalty)
public Long getPenalty()
public TermDetail setGuaranteeFee(Long guaranteeFee)
public Long getGuaranteeFee()
public TermDetail setLiquidatedDamages(Long liquidatedDamages)
public Long getLiquidatedDamages()
public TermDetail setServerFee(Long serverFee)
public Long getServerFee()
public TermDetail setDeductAmount(Long deductAmount)
public Long getDeductAmount()
Copyright © 2025. All rights reserved.