Class TvAppChannel

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

public class TvAppChannel extends Channel
Represents a TV app channel.
  • Constructor Details

    • TvAppChannel

      public TvAppChannel()
  • Method Details

    • newBuilder

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

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

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

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

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

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

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