Package com.checkout.instruments.update
Class UpdateInstrumentCardResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.instruments.update.UpdateInstrumentResponse
-
- com.checkout.instruments.update.UpdateInstrumentCardResponse
-
public final class UpdateInstrumentCardResponse extends UpdateInstrumentResponse
-
-
Constructor Summary
Constructors Constructor Description UpdateInstrumentCardResponse()
-
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()-
Methods inherited from class com.checkout.instruments.update.UpdateInstrumentResponse
getFingerprint, setFingerprint
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getType
public InstrumentType getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classUpdateInstrumentResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classUpdateInstrumentResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUpdateInstrumentResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUpdateInstrumentResponse
-
-