Class TerminalChannel

java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.TerminalChannel

public class TerminalChannel extends Channel
Represents a terminal channel.
  • Constructor Details

    • TerminalChannel

      public TerminalChannel()
  • Method Details

    • newBuilder

      public static TerminalChannel.Builder newBuilder()
      Creates a new instance of TerminalChannel.Builder.
      Returns:
      The TerminalChannel.Builder instance.
    • getTerminalId

      public String getTerminalId()
      Gets the terminal ID.
      Returns:
      The terminal ID.
    • setTerminalId

      public void setTerminalId(String value)
      Sets the terminal ID.
      Parameters:
      value - The terminal ID to set.
    • getShopId

      public String getShopId()
      Gets the shop ID.
      Returns:
      The shop ID.
    • setShopId

      public void setShopId(String value)
      Sets the shop ID.
      Parameters:
      value - The shop ID to set.
    • getLang

      public String getLang()
      Gets the language.
      Returns:
      The language.
    • setLang

      public void setLang(String value)
      Sets the language.
      Parameters:
      value - The language to set.