public class UserLtvInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALERT_LTV |
static String |
SERIALIZED_NAME_BORROW_CURRENCY |
static String |
SERIALIZED_NAME_COLLATERAL_CURRENCY |
static String |
SERIALIZED_NAME_INIT_LTV |
static String |
SERIALIZED_NAME_LEFT_BORROWABLE_AMOUNT |
static String |
SERIALIZED_NAME_LIQUIDATE_LTV |
static String |
SERIALIZED_NAME_MIN_BORROW_AMOUNT |
| Constructor and Description |
|---|
UserLtvInfo() |
| Modifier and Type | Method and Description |
|---|---|
UserLtvInfo |
alertLtv(String alertLtv) |
UserLtvInfo |
borrowCurrency(String borrowCurrency) |
UserLtvInfo |
collateralCurrency(String collateralCurrency) |
boolean |
equals(Object o) |
String |
getAlertLtv()
Warning collateralization ratio
|
String |
getBorrowCurrency()
Borrowed currency
|
String |
getCollateralCurrency()
Collateral
|
String |
getInitLtv()
The initial collateralization rate
|
String |
getLeftBorrowableAmount()
Remaining borrowable amount for the loan currency
|
String |
getLiquidateLtv()
The liquidation collateralization rate
|
String |
getMinBorrowAmount()
Minimum borrowable amount for the loan currency
|
int |
hashCode() |
UserLtvInfo |
initLtv(String initLtv) |
UserLtvInfo |
leftBorrowableAmount(String leftBorrowableAmount) |
UserLtvInfo |
liquidateLtv(String liquidateLtv) |
UserLtvInfo |
minBorrowAmount(String minBorrowAmount) |
void |
setAlertLtv(String alertLtv) |
void |
setBorrowCurrency(String borrowCurrency) |
void |
setCollateralCurrency(String collateralCurrency) |
void |
setInitLtv(String initLtv) |
void |
setLeftBorrowableAmount(String leftBorrowableAmount) |
void |
setLiquidateLtv(String liquidateLtv) |
void |
setMinBorrowAmount(String minBorrowAmount) |
String |
toString() |
public static final String SERIALIZED_NAME_COLLATERAL_CURRENCY
public static final String SERIALIZED_NAME_BORROW_CURRENCY
public static final String SERIALIZED_NAME_INIT_LTV
public static final String SERIALIZED_NAME_ALERT_LTV
public static final String SERIALIZED_NAME_LIQUIDATE_LTV
public static final String SERIALIZED_NAME_MIN_BORROW_AMOUNT
public static final String SERIALIZED_NAME_LEFT_BORROWABLE_AMOUNT
public UserLtvInfo collateralCurrency(String collateralCurrency)
@Nullable public String getCollateralCurrency()
public void setCollateralCurrency(String collateralCurrency)
public UserLtvInfo borrowCurrency(String borrowCurrency)
@Nullable public String getBorrowCurrency()
public void setBorrowCurrency(String borrowCurrency)
public UserLtvInfo initLtv(String initLtv)
public void setInitLtv(String initLtv)
public UserLtvInfo alertLtv(String alertLtv)
public void setAlertLtv(String alertLtv)
public UserLtvInfo liquidateLtv(String liquidateLtv)
@Nullable public String getLiquidateLtv()
public void setLiquidateLtv(String liquidateLtv)
public UserLtvInfo minBorrowAmount(String minBorrowAmount)
@Nullable public String getMinBorrowAmount()
public void setMinBorrowAmount(String minBorrowAmount)
public UserLtvInfo leftBorrowableAmount(String leftBorrowableAmount)
@Nullable public String getLeftBorrowableAmount()
public void setLeftBorrowableAmount(String leftBorrowableAmount)
Copyright © 2023. All rights reserved.