public class RepayInfos
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
amount
example:
|
Long |
channelAmt
example:
|
Long |
fee
example:
|
Long |
guaranteeFee
example:
|
Long |
interest
example:
|
Long |
liquidatedDamages
example:
|
Long |
period
example:
|
Long |
principal
example:
|
Long |
punish
example:
|
| Constructor and Description |
|---|
RepayInfos() |
| Modifier and Type | Method and Description |
|---|---|
static RepayInfos |
build(Map<String,?> map) |
Long |
getAmount() |
Long |
getChannelAmt() |
Long |
getFee() |
Long |
getGuaranteeFee() |
Long |
getInterest() |
Long |
getLiquidatedDamages() |
Long |
getPeriod() |
Long |
getPrincipal() |
Long |
getPunish() |
RepayInfos |
setAmount(Long amount) |
RepayInfos |
setChannelAmt(Long channelAmt) |
RepayInfos |
setFee(Long fee) |
RepayInfos |
setGuaranteeFee(Long guaranteeFee) |
RepayInfos |
setInterest(Long interest) |
RepayInfos |
setLiquidatedDamages(Long liquidatedDamages) |
RepayInfos |
setPeriod(Long period) |
RepayInfos |
setPrincipal(Long principal) |
RepayInfos |
setPunish(Long punish) |
@NameInMap(value="period") @Validation(required=true) public Long period
1
@NameInMap(value="amount") @Validation(required=true) public Long amount
1
@NameInMap(value="principal") @Validation(required=true) public Long principal
1
@NameInMap(value="interest") @Validation(required=true) public Long interest
1
@NameInMap(value="channel_amt") @Validation(required=true) public Long channelAmt
1
@NameInMap(value="fee") @Validation(required=true) public Long fee
1
@NameInMap(value="punish") @Validation(required=true) public Long punish
1
@NameInMap(value="guarantee_fee") @Validation(required=true) public Long guaranteeFee
1
@NameInMap(value="liquidated_damages") @Validation(required=true) public Long liquidatedDamages
1
public static RepayInfos build(Map<String,?> map) throws Exception
Exceptionpublic RepayInfos setPeriod(Long period)
public Long getPeriod()
public RepayInfos setAmount(Long amount)
public Long getAmount()
public RepayInfos setPrincipal(Long principal)
public Long getPrincipal()
public RepayInfos setInterest(Long interest)
public Long getInterest()
public RepayInfos setChannelAmt(Long channelAmt)
public Long getChannelAmt()
public RepayInfos setFee(Long fee)
public Long getFee()
public RepayInfos setPunish(Long punish)
public Long getPunish()
public RepayInfos setGuaranteeFee(Long guaranteeFee)
public Long getGuaranteeFee()
public RepayInfos setLiquidatedDamages(Long liquidatedDamages)
public Long getLiquidatedDamages()
Copyright © 2025. All rights reserved.