public final class RequestAfterPaySource extends AbstractRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestAfterPaySource.RequestAfterPaySourceBuilder |
type| Constructor and Description |
|---|
RequestAfterPaySource() |
| Modifier and Type | Method and Description |
|---|---|
static RequestAfterPaySource.RequestAfterPaySourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountHolder |
getAccountHolder() |
int |
hashCode() |
void |
setAccountHolder(AccountHolder accountHolder) |
java.lang.String |
toString() |
getTypepublic static RequestAfterPaySource.RequestAfterPaySourceBuilder builder()
public AccountHolder getAccountHolder()
public void setAccountHolder(AccountHolder accountHolder)
public boolean equals(java.lang.Object o)
equals in class AbstractRequestSourceprotected boolean canEqual(java.lang.Object other)
canEqual in class AbstractRequestSourcepublic int hashCode()
hashCode in class AbstractRequestSourcepublic java.lang.String toString()
toString in class AbstractRequestSource