public final class PaymentInstructionResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentInstructionResponse.PaymentInstructionResponseBuilder |
| Constructor and Description |
|---|
PaymentInstructionResponse(java.time.Instant valueDate) |
| Modifier and Type | Method and Description |
|---|---|
static PaymentInstructionResponse.PaymentInstructionResponseBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.time.Instant |
getValueDate() |
int |
hashCode() |
void |
setValueDate(java.time.Instant valueDate) |
java.lang.String |
toString() |
public PaymentInstructionResponse(java.time.Instant valueDate)
public static PaymentInstructionResponse.PaymentInstructionResponseBuilder builder()
public java.time.Instant getValueDate()
public void setValueDate(java.time.Instant valueDate)
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