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_FEE |
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 |
static String |
SERIALIZED_NAME_WITHDRAW_ORDER_ID |
| 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 |
getFee()
Fee
|
String |
getId()
Record ID
|
String |
getMemo()
Additional remarks with regards to the withdrawal
|
LedgerRecord.StatusEnum |
getStatus()
Record status.
|
String |
getTimestamp()
Operation time
|
String |
getTxid()
Hash record of the withdrawal
|
String |
getWithdrawOrderId()
Client order id, up to 32 length and can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.)
|
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) |
void |
setWithdrawOrderId(String withdrawOrderId) |
String |
toString() |
LedgerRecord |
withdrawOrderId(String withdrawOrderId) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TXID
public static final String SERIALIZED_NAME_WITHDRAW_ORDER_ID
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 static final String SERIALIZED_NAME_FEE
public LedgerRecord withdrawOrderId(String withdrawOrderId)
@Nullable public String getWithdrawOrderId()
public void setWithdrawOrderId(String withdrawOrderId)
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)
@Nullable public String getMemo()
public void setMemo(String memo)
@Nullable public LedgerRecord.StatusEnum getStatus()
public LedgerRecord chain(String chain)
public String getChain()
public void setChain(String chain)
Copyright © 2023. All rights reserved.