public final class CreateInstrumentTokenRequest extends CreateInstrumentRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateInstrumentTokenRequest.CreateInstrumentTokenRequestBuilder |
type| Constructor and Description |
|---|
CreateInstrumentTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
static CreateInstrumentTokenRequest.CreateInstrumentTokenRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountHolder |
getAccountHolder() |
CreateCustomerInstrumentRequest |
getCustomer() |
java.lang.String |
getToken() |
int |
hashCode() |
void |
setAccountHolder(AccountHolder accountHolder) |
void |
setCustomer(CreateCustomerInstrumentRequest customer) |
void |
setToken(java.lang.String token) |
java.lang.String |
toString() |
getTypepublic static CreateInstrumentTokenRequest.CreateInstrumentTokenRequestBuilder builder()
public java.lang.String getToken()
public AccountHolder getAccountHolder()
public CreateCustomerInstrumentRequest getCustomer()
public void setToken(java.lang.String token)
public void setAccountHolder(AccountHolder accountHolder)
public void setCustomer(CreateCustomerInstrumentRequest customer)
public boolean equals(java.lang.Object o)
equals in class CreateInstrumentRequestprotected boolean canEqual(java.lang.Object other)
canEqual in class CreateInstrumentRequestpublic int hashCode()
hashCode in class CreateInstrumentRequestpublic java.lang.String toString()
toString in class CreateInstrumentRequest