public final class InstrumentDetailsResponse extends InstrumentDetails
| Constructor and Description |
|---|
InstrumentDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
InstrumentCustomerResponse |
getCustomer() |
int |
hashCode() |
void |
setCustomer(InstrumentCustomerResponse customer) |
java.lang.String |
toString() |
getAccountHolder, getBin, getCardCategory, getCardType, getExpiryMonth, getExpiryYear, getFingerprint, getId, getIssuer, getIssuerCountry, getLast4, getName, getProductId, getProductType, getScheme, getType, setAccountHolder, setBin, setCardCategory, setCardType, setExpiryMonth, setExpiryYear, setFingerprint, setId, setIssuer, setIssuerCountry, setLast4, setName, setProductId, setProductType, setScheme, setTypegetBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic InstrumentCustomerResponse getCustomer()
public void setCustomer(InstrumentCustomerResponse customer)
public boolean equals(java.lang.Object o)
equals in class InstrumentDetailsprotected boolean canEqual(java.lang.Object other)
canEqual in class InstrumentDetailspublic int hashCode()
hashCode in class InstrumentDetailspublic java.lang.String toString()
toString in class InstrumentDetails