public class UniInterestMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
UniInterestMode() |
| Modifier and Type | Method and Description |
|---|---|
UniInterestMode |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency
|
Boolean |
getStatus()
Interest toggle settings, true - interest reinvestment, false - regular dividend
|
int |
hashCode() |
void |
setCurrency(String currency) |
void |
setStatus(Boolean status) |
UniInterestMode |
status(Boolean status) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_STATUS
public UniInterestMode currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public UniInterestMode status(Boolean status)
public Boolean getStatus()
public void setStatus(Boolean status)
Copyright © 2023. All rights reserved.