Class RetailChannel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.RetailChannel
Represents a retail channel.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for RetailChannel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the device ID.getLang()Gets the language.Gets the shop ID.static RetailChannel.BuilderCreates a new instance of RetailChannel.Builder.voidsetDeviceId(String value) Sets the device ID.voidSets the language.voidSets the shop ID.Methods inherited from class com.sportradar.mbs.sdk.entities.channel.Channel
newAgentChannelBuilder, newCallCentreChannelBuilder, newInternetChannelBuilder, newMobileAppChannelBuilder, newMobileChannelBuilder, newPhoneChannelBuilder, newRetailChannelBuilder, newSmsChannelBuilder, newTerminalChannelBuilder, newTvAppChannelBuilder
-
Constructor Details
-
RetailChannel
public RetailChannel()
-
-
Method Details
-
newBuilder
Creates a new instance of RetailChannel.Builder.- Returns:
- The new instance of RetailChannel.Builder.
-
getShopId
Gets the shop ID.- Returns:
- The shop ID.
-
setShopId
Sets the shop ID.- Parameters:
value- The shop ID to set.
-
getLang
Gets the language.- Returns:
- The language.
-
setLang
Sets the language.- Parameters:
value- The language to set.
-
getDeviceId
Gets the device ID.- Returns:
- The device ID.
-
setDeviceId
Sets the device ID.- Parameters:
value- The device ID to set.
-