public class RepayRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AFTER_LEFT_COLLATERAL |
static String |
SERIALIZED_NAME_AFTER_LEFT_PRINCIPAL |
static String |
SERIALIZED_NAME_BEFORE_LEFT_COLLATERAL |
static String |
SERIALIZED_NAME_BEFORE_LEFT_PRINCIPAL |
static String |
SERIALIZED_NAME_BORROW_CURRENCY |
static String |
SERIALIZED_NAME_BORROW_TIME |
static String |
SERIALIZED_NAME_COLLATERAL_CURRENCY |
static String |
SERIALIZED_NAME_INIT_LTV |
static String |
SERIALIZED_NAME_ORDER_ID |
static String |
SERIALIZED_NAME_RECORD_ID |
static String |
SERIALIZED_NAME_REPAID_AMOUNT |
static String |
SERIALIZED_NAME_REPAY_TIME |
static String |
SERIALIZED_NAME_TOTAL_INTEREST |
| Constructor and Description |
|---|
RepayRecord() |
public static final String SERIALIZED_NAME_ORDER_ID
public static final String SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_REPAID_AMOUNT
public static final String SERIALIZED_NAME_BORROW_CURRENCY
public static final String SERIALIZED_NAME_COLLATERAL_CURRENCY
public static final String SERIALIZED_NAME_INIT_LTV
public static final String SERIALIZED_NAME_BORROW_TIME
public static final String SERIALIZED_NAME_REPAY_TIME
public static final String SERIALIZED_NAME_TOTAL_INTEREST
public static final String SERIALIZED_NAME_BEFORE_LEFT_PRINCIPAL
public static final String SERIALIZED_NAME_AFTER_LEFT_PRINCIPAL
public static final String SERIALIZED_NAME_BEFORE_LEFT_COLLATERAL
public static final String SERIALIZED_NAME_AFTER_LEFT_COLLATERAL
public RepayRecord orderId(Long orderId)
public void setOrderId(Long orderId)
public RepayRecord recordId(Long recordId)
public void setRecordId(Long recordId)
public RepayRecord repaidAmount(String repaidAmount)
public void setRepaidAmount(String repaidAmount)
public RepayRecord borrowCurrency(String borrowCurrency)
@Nullable public String getBorrowCurrency()
public void setBorrowCurrency(String borrowCurrency)
public RepayRecord collateralCurrency(String collateralCurrency)
@Nullable public String getCollateralCurrency()
public void setCollateralCurrency(String collateralCurrency)
public RepayRecord initLtv(String initLtv)
public void setInitLtv(String initLtv)
public RepayRecord borrowTime(Long borrowTime)
public void setBorrowTime(Long borrowTime)
public RepayRecord repayTime(Long repayTime)
public void setRepayTime(Long repayTime)
public RepayRecord totalInterest(String totalInterest)
public void setTotalInterest(String totalInterest)
public RepayRecord beforeLeftPrincipal(String beforeLeftPrincipal)
@Nullable public String getBeforeLeftPrincipal()
public void setBeforeLeftPrincipal(String beforeLeftPrincipal)
public RepayRecord afterLeftPrincipal(String afterLeftPrincipal)
@Nullable public String getAfterLeftPrincipal()
public void setAfterLeftPrincipal(String afterLeftPrincipal)
public RepayRecord beforeLeftCollateral(String beforeLeftCollateral)
@Nullable public String getBeforeLeftCollateral()
public void setBeforeLeftCollateral(String beforeLeftCollateral)
public RepayRecord afterLeftCollateral(String afterLeftCollateral)
@Nullable public String getAfterLeftCollateral()
public void setAfterLeftCollateral(String afterLeftCollateral)
Copyright © 2023. All rights reserved.