public class WalletTxnResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_WALLET_TXN |
| Constructor and Description |
|---|
WalletTxnResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WalletTxn |
getWalletTxn()
Get walletTxn
|
int |
hashCode() |
void |
setWalletTxn(WalletTxn walletTxn) |
String |
toString() |
WalletTxnResponse |
walletTxn(WalletTxn walletTxn) |
public static final String SERIALIZED_NAME_WALLET_TXN
public WalletTxnResponse walletTxn(WalletTxn walletTxn)
public WalletTxn getWalletTxn()
public void setWalletTxn(WalletTxn walletTxn)
Copyright © 2020. All rights reserved.