public class SpotAccountBook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BALANCE |
static String |
SERIALIZED_NAME_CHANGE |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TEXT |
static String |
SERIALIZED_NAME_TIME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
SpotAccountBook() |
| Modifier and Type | Method and Description |
|---|---|
SpotAccountBook |
balance(String balance) |
SpotAccountBook |
change(String change) |
SpotAccountBook |
currency(String currency) |
boolean |
equals(Object o) |
String |
getBalance()
Balance after change
|
String |
getChange()
Amount changed.
|
String |
getCurrency()
Currency changed
|
String |
getId()
Balance change record ID
|
String |
getText()
Additional information
|
Long |
getTime()
The timestamp of the change (in milliseconds)
|
String |
getType()
Account book type.
|
int |
hashCode() |
SpotAccountBook |
id(String id) |
void |
setBalance(String balance) |
void |
setChange(String change) |
void |
setCurrency(String currency) |
void |
setId(String id) |
void |
setText(String text) |
void |
setTime(Long time) |
void |
setType(String type) |
SpotAccountBook |
text(String text) |
SpotAccountBook |
time(Long time) |
String |
toString() |
SpotAccountBook |
type(String type) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_CHANGE
public static final String SERIALIZED_NAME_BALANCE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TEXT
public SpotAccountBook id(String id)
public void setId(String id)
public SpotAccountBook time(Long time)
public void setTime(Long time)
public SpotAccountBook currency(String currency)
public void setCurrency(String currency)
public SpotAccountBook change(String change)
@Nullable public String getChange()
public void setChange(String change)
public SpotAccountBook balance(String balance)
public void setBalance(String balance)
public SpotAccountBook type(String type)
@Nullable public String getType()
public void setType(String type)
public SpotAccountBook text(String text)
public void setText(String text)
Copyright © 2023. All rights reserved.