public final class InstrumentData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentData.InstrumentDataBuilder |
| Constructor and Description |
|---|
InstrumentData() |
InstrumentData(java.lang.String accoountNumber,
CountryCode country,
Currency currency,
PaymentType paymentType,
java.lang.String mandateId,
java.time.Instant dateOfSignature) |
| Modifier and Type | Method and Description |
|---|---|
static InstrumentData.InstrumentDataBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccoountNumber() |
CountryCode |
getCountry() |
Currency |
getCurrency() |
java.time.Instant |
getDateOfSignature() |
java.lang.String |
getMandateId() |
PaymentType |
getPaymentType() |
int |
hashCode() |
void |
setAccoountNumber(java.lang.String accoountNumber) |
void |
setCountry(CountryCode country) |
void |
setCurrency(Currency currency) |
void |
setDateOfSignature(java.time.Instant dateOfSignature) |
void |
setMandateId(java.lang.String mandateId) |
void |
setPaymentType(PaymentType paymentType) |
java.lang.String |
toString() |
public InstrumentData(java.lang.String accoountNumber,
CountryCode country,
Currency currency,
PaymentType paymentType,
java.lang.String mandateId,
java.time.Instant dateOfSignature)
public InstrumentData()
public static InstrumentData.InstrumentDataBuilder builder()
public java.lang.String getAccoountNumber()
public CountryCode getCountry()
public Currency getCurrency()
public PaymentType getPaymentType()
public java.lang.String getMandateId()
public java.time.Instant getDateOfSignature()
public void setAccoountNumber(java.lang.String accoountNumber)
public void setCountry(CountryCode country)
public void setCurrency(Currency currency)
public void setPaymentType(PaymentType paymentType)
public void setMandateId(java.lang.String mandateId)
public void setDateOfSignature(java.time.Instant dateOfSignature)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object