public final class CustomerSourcePrism extends RiskPaymentRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerSourcePrism.CustomerSourcePrismBuilder |
type| Modifier | Constructor and Description |
|---|---|
|
CustomerSourcePrism() |
protected |
CustomerSourcePrism(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
static CustomerSourcePrism.CustomerSourcePrismBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId() |
int |
hashCode() |
void |
setId(java.lang.String id) |
java.lang.String |
toString() |
protected CustomerSourcePrism(java.lang.String id)
public CustomerSourcePrism()
public static CustomerSourcePrism.CustomerSourcePrismBuilder builder()
public java.lang.String getId()
public void setId(java.lang.String id)
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