public class UniInterestRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTUAL_RATE |
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_INTEREST |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
UniInterestRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActualRate()
Actual Rate
|
Long |
getCreateTime()
Created time
|
String |
getCurrency()
Currency
|
String |
getInterest()
Interest
|
Integer |
getStatus()
Status: 0 - fail, 1 - success
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_ACTUAL_RATE
public static final String SERIALIZED_NAME_INTEREST
public static final String SERIALIZED_NAME_CREATE_TIME
Copyright © 2023. All rights reserved.