public class BitcoinPaymentURI
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BitcoinPaymentURI.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the URI Bitcoin address.
|
java.lang.Double |
getAmount()
Gets the URI amount.
|
java.lang.String |
getLabel()
Gets the URI label.
|
java.lang.String |
getMessage()
Gets the URI message.
|
java.util.HashMap<java.lang.String,Parameter> |
getParameters()
Gets the URI parameters.
|
java.lang.String |
getURI()
Gets the URI.
|
static BitcoinPaymentURI |
parse(java.lang.String string)
Parses a string to a Bitcoin payment URI.
|
public java.lang.String getAddress()
public java.lang.Double getAmount()
public java.lang.String getLabel()
public java.lang.String getMessage()
public java.util.HashMap<java.lang.String,Parameter> getParameters()
public java.lang.String getURI()
public static BitcoinPaymentURI parse(java.lang.String string)
string - The string to be parsed.