public class UserTotalAmount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BORROW_AMOUNT |
static String |
SERIALIZED_NAME_COLLATERAL_AMOUNT |
| Constructor and Description |
|---|
UserTotalAmount() |
| Modifier and Type | Method and Description |
|---|---|
UserTotalAmount |
borrowAmount(String borrowAmount) |
UserTotalAmount |
collateralAmount(String collateralAmount) |
boolean |
equals(Object o) |
String |
getBorrowAmount()
Total borrowing amount, calculated in USDT
|
String |
getCollateralAmount()
Total collateral amount, calculated in USDT
|
int |
hashCode() |
void |
setBorrowAmount(String borrowAmount) |
void |
setCollateralAmount(String collateralAmount) |
String |
toString() |
public static final String SERIALIZED_NAME_BORROW_AMOUNT
public static final String SERIALIZED_NAME_COLLATERAL_AMOUNT
public UserTotalAmount borrowAmount(String borrowAmount)
@Nullable public String getBorrowAmount()
public void setBorrowAmount(String borrowAmount)
public UserTotalAmount collateralAmount(String collateralAmount)
@Nullable public String getCollateralAmount()
public void setCollateralAmount(String collateralAmount)
Copyright © 2023. All rights reserved.