public class CollateralRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AFTER_COLLATERAL |
static String |
SERIALIZED_NAME_AFTER_LTV |
static String |
SERIALIZED_NAME_BEFORE_COLLATERAL |
static String |
SERIALIZED_NAME_BEFORE_LTV |
static String |
SERIALIZED_NAME_BORROW_AMOUNT |
static String |
SERIALIZED_NAME_BORROW_CURRENCY |
static String |
SERIALIZED_NAME_COLLATERAL_CURRENCY |
static String |
SERIALIZED_NAME_OPERATE_TIME |
static String |
SERIALIZED_NAME_ORDER_ID |
static String |
SERIALIZED_NAME_RECORD_ID |
| Constructor and Description |
|---|
CollateralRecord() |
public static final String SERIALIZED_NAME_ORDER_ID
public static final String SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_BORROW_CURRENCY
public static final String SERIALIZED_NAME_BORROW_AMOUNT
public static final String SERIALIZED_NAME_COLLATERAL_CURRENCY
public static final String SERIALIZED_NAME_BEFORE_COLLATERAL
public static final String SERIALIZED_NAME_AFTER_COLLATERAL
public static final String SERIALIZED_NAME_BEFORE_LTV
public static final String SERIALIZED_NAME_AFTER_LTV
public static final String SERIALIZED_NAME_OPERATE_TIME
public CollateralRecord orderId(Long orderId)
public void setOrderId(Long orderId)
public CollateralRecord recordId(Long recordId)
public void setRecordId(Long recordId)
public CollateralRecord borrowCurrency(String borrowCurrency)
@Nullable public String getBorrowCurrency()
public void setBorrowCurrency(String borrowCurrency)
public CollateralRecord borrowAmount(String borrowAmount)
public void setBorrowAmount(String borrowAmount)
public CollateralRecord collateralCurrency(String collateralCurrency)
@Nullable public String getCollateralCurrency()
public void setCollateralCurrency(String collateralCurrency)
public CollateralRecord beforeCollateral(String beforeCollateral)
@Nullable public String getBeforeCollateral()
public void setBeforeCollateral(String beforeCollateral)
public CollateralRecord afterCollateral(String afterCollateral)
@Nullable public String getAfterCollateral()
public void setAfterCollateral(String afterCollateral)
public CollateralRecord beforeLtv(String beforeLtv)
@Nullable public String getBeforeLtv()
public void setBeforeLtv(String beforeLtv)
public CollateralRecord afterLtv(String afterLtv)
@Nullable public String getAfterLtv()
public void setAfterLtv(String afterLtv)
public CollateralRecord operateTime(Long operateTime)
@Nullable public Long getOperateTime()
public void setOperateTime(Long operateTime)
Copyright © 2023. All rights reserved.