Class MobileChannel

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

public class MobileChannel extends Channel
Represents a mobile channel.
  • Constructor Details

    • MobileChannel

      public MobileChannel()
  • Method Details

    • newBuilder

      public static MobileChannel.Builder newBuilder()
      Creates a new instance of the MobileChannel.Builder class.
      Returns:
      A new instance of the MobileChannel.Builder class.
    • getIp

      public String getIp()
      Gets the IP address associated with the mobile channel.
      Returns:
      The IP address associated with the mobile channel.
    • setIp

      public void setIp(String value)
      Sets the IP address for the mobile channel.
      Parameters:
      value - The IP address to set.
    • getLang

      public String getLang()
      Gets the language associated with the mobile channel.
      Returns:
      The language associated with the mobile channel.
    • setLang

      public void setLang(String value)
      Sets the language for the mobile channel.
      Parameters:
      value - The language to set.
    • getDeviceId

      public String getDeviceId()
      Gets the device ID associated with the mobile channel.
      Returns:
      The device ID associated with the mobile channel.
    • setDeviceId

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