Class TerminalChannel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.TerminalChannel
Represents a terminal channel.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for TerminalChannel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
Gets the language.Gets the shop ID.Gets the terminal ID.static TerminalChannel.Builder
Creates a new instance of TerminalChannel.Builder.void
Sets the language.void
Sets the shop ID.void
setTerminalId
(String value) Sets the terminal ID.Methods inherited from class com.sportradar.mbs.sdk.entities.channel.Channel
newAgentChannelBuilder, newCallCentreChannelBuilder, newInternetChannelBuilder, newMobileAppChannelBuilder, newMobileChannelBuilder, newPhoneChannelBuilder, newRetailChannelBuilder, newSmsChannelBuilder, newTerminalChannelBuilder, newTvAppChannelBuilder
-
Constructor Details
-
TerminalChannel
public TerminalChannel()
-
-
Method Details
-
newBuilder
Creates a new instance of TerminalChannel.Builder.- Returns:
- The TerminalChannel.Builder instance.
-
getTerminalId
Gets the terminal ID.- Returns:
- The terminal ID.
-
setTerminalId
Sets the terminal ID.- Parameters:
value
- The terminal ID to set.
-
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.
-