public class UniLoanRecord 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_CURRENCY_PAIR |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
UniLoanRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
The amount of lending or repaying
|
Long |
getCreateTime()
Created time
|
String |
getCurrency()
Currency
|
String |
getCurrencyPair()
Currency pair
|
String |
getType()
type: borrow - borrow, repay - repay
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_CURRENCY_PAIR
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_CREATE_TIME
Copyright © 2023. All rights reserved.