Package com.checkout.sessions.completion
Class CompletionInfo
- java.lang.Object
-
- com.checkout.sessions.completion.CompletionInfo
-
- Direct Known Subclasses:
HostedCompletionInfo,NonHostedCompletionInfo
public abstract class CompletionInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CompletionInfoTypetype
-
Constructor Summary
Constructors Modifier Constructor Description protectedCompletionInfo(CompletionInfoType 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)CompletionInfoTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
type
protected final CompletionInfoType type
-
-
Constructor Detail
-
CompletionInfo
protected CompletionInfo(CompletionInfoType type)
-
-
Method Detail
-
getType
public CompletionInfoType 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
-
-