public class LedgerRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LedgerRecord.StatusEnum
Record status.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CHAIN |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_MEMO |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TIMESTAMP |
static String |
SERIALIZED_NAME_TXID |
| Constructor and Description |
|---|
LedgerRecord() |
| Modifier and Type | Method and Description |
|---|---|
LedgerRecord |
address(String address) |
LedgerRecord |
amount(String amount) |
LedgerRecord |
chain(String chain) |
LedgerRecord |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAddress()
Withdrawal address.
|
String |
getAmount()
Currency amount
|
String |
getChain()
Name of the chain used in withdrawals
|
String |
getCurrency()
Currency name
|
String |
getId()
Record ID
|
String |
getMemo()
Extra withdrawal memo
|
LedgerRecord.StatusEnum |
getStatus()
Record status.
|
String |
getTimestamp()
Operation time
|
String |
getTxid()
Hash record of the withdrawal
|
int |
hashCode() |
LedgerRecord |
memo(String memo) |
void |
setAddress(String address) |
void |
setAmount(String amount) |
void |
setChain(String chain) |
void |
setCurrency(String currency) |
void |
setMemo(String memo) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TXID
public static final String SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_MEMO
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_CHAIN
public LedgerRecord amount(String amount)
public String getAmount()
public void setAmount(String amount)
public LedgerRecord currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public LedgerRecord address(String address)
@Nullable public String getAddress()
public void setAddress(String address)
public LedgerRecord memo(String memo)
public void setMemo(String memo)
@Nullable public LedgerRecord.StatusEnum getStatus()
public LedgerRecord chain(String chain)
public void setChain(String chain)
Copyright © 2021. All rights reserved.