Class RetailChannel

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

public class RetailChannel extends Channel
Represents a retail channel.
  • Constructor Details

    • RetailChannel

      public RetailChannel()
  • Method Details

    • newBuilder

      public static RetailChannel.Builder newBuilder()
      Creates a new instance of RetailChannel.Builder.
      Returns:
      The new instance of RetailChannel.Builder.
    • 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.
    • getDeviceId

      public String getDeviceId()
      Gets the device ID.
      Returns:
      The device ID.
    • setDeviceId

      public void setDeviceId(String value)
      Sets the device ID.
      Parameters:
      value - The device ID to set.