public class CryptoCurrencyTransfer extends Object
Represents Crypto currency transfer (reciever or transfer) for QR-Code.
Constructor and Description |
---|
CryptoCurrencyTransfer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overwrites Equals method to compare Crypto currency transfer properties
|
String |
getAddress()
Gets or sets crypto currency public address.
|
BigDecimal |
getAmount()
Gets or sets transfer amount.
|
String |
getCustomType()
Gets or sets optional transfer message.
|
String |
getMessage()
Gets or sets optional transfer message.
|
int |
getType()
Gets or sets one of supported crypto currency type.
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setAddress(String value)
Gets or sets crypto currency public address.
|
void |
setAmount(BigDecimal value)
Gets or sets transfer amount.
|
void |
setCustomType(String value)
Gets or sets optional transfer message.
|
void |
setMessage(String value)
Gets or sets optional transfer message.
|
void |
setType(int value)
Gets or sets one of supported crypto currency type.
|
public boolean equals(Object obj)
Overwrites Equals method to compare Crypto currency transfer properties
public final String getAddress()
Gets or sets crypto currency public address.
public final BigDecimal getAmount()
Gets or sets transfer amount.
public final String getCustomType()
Gets or sets optional transfer message.
public final String getMessage()
Gets or sets optional transfer message.
public final int getType()
Gets or sets one of supported crypto currency type.
public int hashCode()
Overrides GetHashCode method
public final void setAddress(String value)
Gets or sets crypto currency public address.
public final void setAmount(BigDecimal value)
Gets or sets transfer amount.
public final void setCustomType(String value)
Gets or sets optional transfer message.
public final void setMessage(String value)
Gets or sets optional transfer message.
public final void setType(int value)
Gets or sets one of supported crypto currency type.