Package com.checkout.instruments.create
Class CreateInstrumentRequest
- java.lang.Object
-
- com.checkout.instruments.create.CreateInstrumentRequest
-
- Direct Known Subclasses:
CreateInstrumentBankAccountRequest,CreateInstrumentSepaRequest,CreateInstrumentTokenRequest
public abstract class CreateInstrumentRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InstrumentTypetype
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateInstrumentRequest(InstrumentType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)InstrumentTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
type
protected final InstrumentType type
-
-
Constructor Detail
-
CreateInstrumentRequest
protected CreateInstrumentRequest(InstrumentType type)
-
-
Method Detail
-
getType
public InstrumentType getType()
-
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
-
-