public class UniLend extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_CURRENT_AMOUNT |
static String |
SERIALIZED_NAME_FROZEN_AMOUNT |
static String |
SERIALIZED_NAME_LENT_AMOUNT |
static String |
SERIALIZED_NAME_MIN_RATE |
static String |
SERIALIZED_NAME_UPDATE_TIME |
| Constructor and Description |
|---|
UniLend() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
Total amount
|
Long |
getCreateTime()
Created time of the lending order
|
String |
getCurrency()
Currency
|
String |
getCurrentAmount()
Current amount
|
String |
getFrozenAmount()
Frozen amount
|
String |
getLentAmount()
Lent amount
|
String |
getMinRate()
Minimum interest rate
|
Long |
getUpdateTime()
Upated time of the lending order
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_CURRENT_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_LENT_AMOUNT
public static final String SERIALIZED_NAME_FROZEN_AMOUNT
public static final String SERIALIZED_NAME_MIN_RATE
public static final String SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_UPDATE_TIME
Copyright © 2023. All rights reserved.