public class Input extends Object
| Constructor and Description |
|---|
Input(String address,
long balance,
int keyIndex,
int security)
Initializes a new instance of the Input class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress()
Get the address with checksum
|
long |
getBalance()
Get the balance.
|
int |
getKeyIndex()
Get the keyIndex.
|
int |
getSecurity()
Get the security.
|
int |
hashCode() |
void |
setAddress(String address)
Set the address with checksum.
|
void |
setBalance(long balance)
Get the balance.
|
void |
setKeyIndex(int keyIndex)
Get the keyIndex.
|
void |
setSecurity(int security)
Get the security.
|
String |
toString()
Returns a String that represents this object.
|
public Input(String address, long balance, int keyIndex, int security)
address - with checksumbalance - keyIndex - security - public String toString()
public String getAddress()
public void setAddress(String address)
address - The address.public long getBalance()
public void setBalance(long balance)
balance - The balance.public int getKeyIndex()
public void setKeyIndex(int keyIndex)
keyIndex - The keyIndex.public int getSecurity()
public void setSecurity(int security)
security - The security.Copyright © 2019. All rights reserved.