Package com.checkout.instruments.get
Class InstrumentCustomerResponse
- java.lang.Object
-
- com.checkout.common.CustomerResponse
-
- com.checkout.instruments.get.InstrumentCustomerResponse
-
public final class InstrumentCustomerResponse extends CustomerResponse
-
-
Constructor Summary
Constructors Constructor Description InstrumentCustomerResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()booleanisDefault()voidsetDefault(boolean isDefault)java.lang.StringtoString()
-
-
-
Method Detail
-
isDefault
public boolean isDefault()
-
setDefault
public void setDefault(boolean isDefault)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classCustomerResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classCustomerResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCustomerResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCustomerResponse
-
-