Package travel.wink.sdk.extranet.model
Class ChannelManager
java.lang.Object
travel.wink.sdk.extranet.model.ChannelManager
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-31T13:46:32.173577+07:00[Asia/Bangkok]")
public class ChannelManager
extends Object
ChannelManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumProperty's channel manager. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelManager(ChannelManager.ChannelManagerEnum channelManager) booleanProperty's channel manager.If the property is currently using a channel manager but it isn't yet part of our list, chose 'OTHER_CHANNEL_MANAGER' as channelManager and fill in the name of the channel manager hereinthashCode()otherChannelManager(String otherChannelManager) voidsetChannelManager(ChannelManager.ChannelManagerEnum channelManager) voidsetOtherChannelManager(String otherChannelManager) toString()
-
Field Details
-
JSON_PROPERTY_CHANNEL_MANAGER
- See Also:
-
JSON_PROPERTY_OTHER_CHANNEL_MANAGER
- See Also:
-
-
Constructor Details
-
ChannelManager
public ChannelManager()
-
-
Method Details
-
channelManager
-
getChannelManager
Property's channel manager. Rate ownership is decided based on the channel manager selected. Defaults to `TRAVELIKO` which is the same as no channel manager and rate ownership goes to the payment.- Returns:
- channelManager
-
setChannelManager
-
otherChannelManager
-
getOtherChannelManager
If the property is currently using a channel manager but it isn't yet part of our list, chose 'OTHER_CHANNEL_MANAGER' as channelManager and fill in the name of the channel manager here- Returns:
- otherChannelManager
-
setOtherChannelManager
-
equals
-
hashCode
public int hashCode() -
toString
-