Package com.checkout.risk.source
Class CustomerSourcePrism
- java.lang.Object
-
- com.checkout.risk.source.RiskPaymentRequestSource
-
- com.checkout.risk.source.CustomerSourcePrism
-
public final class CustomerSourcePrism extends RiskPaymentRequestSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerSourcePrism.CustomerSourcePrismBuilder
-
Field Summary
-
Fields inherited from class com.checkout.risk.source.RiskPaymentRequestSource
type
-
-
Constructor Summary
Constructors Modifier Constructor Description CustomerSourcePrism()protectedCustomerSourcePrism(java.lang.String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerSourcePrism.CustomerSourcePrismBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetId()inthashCode()voidsetId(java.lang.String id)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static CustomerSourcePrism.CustomerSourcePrismBuilder builder()
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-