public class UniLendRecord 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_LAST_FROZEN_AMOUNT |
static String |
SERIALIZED_NAME_LAST_LENT_AMOUNT |
static String |
SERIALIZED_NAME_LAST_WALLET_AMOUNT |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
UniLendRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
current amount
|
Long |
getCreateTime()
Created time
|
String |
getCurrency()
Currency name
|
String |
getLastFrozenAmount()
Last frozen amount
|
String |
getLastLentAmount()
Last lent amount
|
String |
getLastWalletAmount()
Last wallet amount
|
String |
getType()
Record type: lend - lend, redeem - redeem
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_LAST_WALLET_AMOUNT
public static final String SERIALIZED_NAME_LAST_LENT_AMOUNT
public static final String SERIALIZED_NAME_LAST_FROZEN_AMOUNT
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_CREATE_TIME
@Nullable public String getLastWalletAmount()
@Nullable public String getLastLentAmount()
@Nullable public String getLastFrozenAmount()
Copyright © 2023. All rights reserved.