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
Modifier and TypeClassDescriptionstatic class
Builder class for RetailChannel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the device ID.getLang()
Gets the language.Gets the shop ID.static RetailChannel.Builder
Creates a new instance of RetailChannel.Builder.void
setDeviceId
(String value) Sets the device ID.void
Sets the language.void
Sets 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.
-