public class PaymentInstrumentsQuery
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentInstrumentsQuery.PaymentInstrumentsQueryBuilder |
| Constructor and Description |
|---|
PaymentInstrumentsQuery() |
PaymentInstrumentsQuery(InstrumentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static PaymentInstrumentsQuery.PaymentInstrumentsQueryBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
InstrumentStatus |
getStatus() |
int |
hashCode() |
void |
setStatus(InstrumentStatus status) |
java.lang.String |
toString() |
public PaymentInstrumentsQuery()
public PaymentInstrumentsQuery(InstrumentStatus status)
public static PaymentInstrumentsQuery.PaymentInstrumentsQueryBuilder builder()
public InstrumentStatus getStatus()
public void setStatus(InstrumentStatus status)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object