public class PatchUniLend extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_MIN_RATE |
| Constructor and Description |
|---|
PatchUniLend() |
| Modifier and Type | Method and Description |
|---|---|
PatchUniLend |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency name
|
String |
getMinRate()
Minimum interest rate
|
int |
hashCode() |
PatchUniLend |
minRate(String minRate) |
void |
setCurrency(String currency) |
void |
setMinRate(String minRate) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_MIN_RATE
public PatchUniLend currency(String currency)
public void setCurrency(String currency)
public PatchUniLend minRate(String minRate)
public void setMinRate(String minRate)
Copyright © 2023. All rights reserved.