public class UniLoan 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_UPDATE_TIME |
| Constructor and Description |
|---|
UniLoan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
amount
|
Long |
getCreateTime()
Created time
|
String |
getCurrency()
Currency
|
String |
getCurrencyPair()
Currency pair
|
Long |
getUpdateTime()
Updated time
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_CURRENCY_PAIR
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_UPDATE_TIME
Copyright © 2023. All rights reserved.