public final class PaymentRetryResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRetryResponse.PaymentRetryResponseBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRetryResponse.PaymentRetryResponseBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.time.Instant |
getEndsOn() |
java.lang.Integer |
getMaxAttempts() |
java.time.Instant |
getNextAttemptOn() |
int |
hashCode() |
void |
setEndsOn(java.time.Instant endsOn) |
void |
setMaxAttempts(java.lang.Integer maxAttempts) |
void |
setNextAttemptOn(java.time.Instant nextAttemptOn) |
java.lang.String |
toString() |
public static PaymentRetryResponse.PaymentRetryResponseBuilder builder()
public java.lang.Integer getMaxAttempts()
public java.time.Instant getEndsOn()
public java.time.Instant getNextAttemptOn()
public void setMaxAttempts(java.lang.Integer maxAttempts)
public void setEndsOn(java.time.Instant endsOn)
public void setNextAttemptOn(java.time.Instant nextAttemptOn)
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