Class MobileAppChannel

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

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

    • MobileAppChannel

      public MobileAppChannel()
  • Method Details

    • newBuilder

      public static MobileAppChannel.Builder newBuilder()
      Creates a new instance of MobileAppChannel.Builder.
      Returns:
      The builder instance.
    • getIp

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

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

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

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

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

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