Package com.checkout.workflows.reflow
Class ReflowResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.EmptyResponse
-
- com.checkout.workflows.reflow.ReflowResponse
-
@Deprecated public final class ReflowResponse extends EmptyResponse
Deprecated.Instead useEmptyResponseThis class will be removed in a future version.
-
-
Constructor Summary
Constructors Constructor Description ReflowResponse()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classEmptyResponse
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classEmptyResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
Deprecated.- Overrides:
canEqualin classEmptyResponse
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classEmptyResponse
-
-