public final class ANXWalletHistoryEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade |
| Constructor and Description |
|---|
ANXWalletHistoryEntry(int index,
String date,
String type,
String info,
String[] link,
ANXValue value,
ANXValue balance,
ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade trade,
String transactionId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ANXValue |
getBalance() |
String |
getDate() |
int |
getIndex() |
String |
getInfo() |
String[] |
getLink() |
ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade |
getTrade() |
String |
getTransactionId() |
String |
getType() |
ANXValue |
getValue() |
String |
toString() |
public ANXWalletHistoryEntry(int index,
String date,
String type,
String info,
String[] link,
ANXValue value,
ANXValue balance,
ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade trade,
String transactionId)
index - date - type - value - balance - link - info - trade - public String getTransactionId()
public int getIndex()
public String getDate()
public String getType()
public ANXValue getValue()
public ANXValue getBalance()
public String getInfo()
public String[] getLink()
public ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade getTrade()
Copyright © 2012–2019 Knowm Inc.. All rights reserved.