Package com.checkout.sessions.channel
Class ChannelData
- java.lang.Object
-
- com.checkout.sessions.channel.ChannelData
-
- Direct Known Subclasses:
AppSession,BrowserSession,MerchantInitiatedSession
public abstract class ChannelData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ChannelTypechannel
-
Constructor Summary
Constructors Modifier Constructor Description ChannelData()protectedChannelData(ChannelType channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)ChannelTypegetChannel()inthashCode()voidsetChannel(ChannelType channel)java.lang.StringtoString()
-
-
-
Field Detail
-
channel
protected ChannelType channel
-
-
Constructor Detail
-
ChannelData
protected ChannelData(ChannelType channel)
-
ChannelData
public ChannelData()
-
-
Method Detail
-
getChannel
public ChannelType getChannel()
-
setChannel
public void setChannel(ChannelType channel)
-
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
-
-