Class TvAppChannel.Builder

java.lang.Object
com.sportradar.mbs.sdk.entities.channel.TvAppChannel.Builder
Enclosing class:
TvAppChannel

public static class TvAppChannel.Builder extends Object
Builder class for TvAppChannel.
  • Method Details

    • build

      public TvAppChannel build()
      Builds the TvAppChannel instance.
      Returns:
      The built TvAppChannel instance.
    • setIp

      public TvAppChannel.Builder setIp(String value)
      Sets the IP address of the TvAppChannel.
      Parameters:
      value - The IP address to set.
      Returns:
      The Builder instance.
    • setLang

      public TvAppChannel.Builder setLang(String value)
      Sets the language of the TvAppChannel.
      Parameters:
      value - The language to set.
      Returns:
      The Builder instance.
    • setDeviceId

      public TvAppChannel.Builder setDeviceId(String value)
      Sets the device ID of the TvAppChannel.
      Parameters:
      value - The device ID to set.
      Returns:
      The Builder instance.