public final class PaymentRequestIdDestination extends PaymentRequestDestination
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequestIdDestination.PaymentRequestIdDestinationBuilder |
| Constructor and Description |
|---|
PaymentRequestIdDestination() |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestIdDestination.PaymentRequestIdDestinationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountHolder |
getAccountHolder() |
java.lang.String |
getId() |
int |
hashCode() |
void |
setAccountHolder(AccountHolder accountHolder) |
void |
setId(java.lang.String id) |
java.lang.String |
toString() |
getTypepublic static PaymentRequestIdDestination.PaymentRequestIdDestinationBuilder builder()
public java.lang.String getId()
public AccountHolder getAccountHolder()
public void setId(java.lang.String id)
public void setAccountHolder(AccountHolder accountHolder)
public boolean equals(java.lang.Object o)
equals in class PaymentRequestDestinationprotected boolean canEqual(java.lang.Object other)
canEqual in class PaymentRequestDestinationpublic int hashCode()
hashCode in class PaymentRequestDestinationpublic java.lang.String toString()
toString in class PaymentRequestDestination