Class InternetChannel.Builder

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

public static class InternetChannel.Builder extends Object
Builder class for creating instances of InternetChannel.
  • Method Details

    • build

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

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

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

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