Class InternetChannel

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

public class InternetChannel extends Channel
Represents an internet channel.
  • Constructor Details

    • InternetChannel

      public InternetChannel()
  • Method Details

    • newBuilder

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

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

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

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

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

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

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