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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for TerminalChannel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLang()Gets the language.Gets the shop ID.Gets the terminal ID.static TerminalChannel.BuilderCreates a new instance of TerminalChannel.Builder.voidSets the language.voidSets the shop ID.voidsetTerminalId(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.
-