Class TvAppChannel.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.TvAppChannel.Builder
- Enclosing class:
TvAppChannel
Builder class for TvAppChannel.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the TvAppChannel instance.setDeviceId
(String value) Sets the device ID of the TvAppChannel.Sets the IP address of the TvAppChannel.Sets the language of the TvAppChannel.
-
Method Details
-
build
Builds the TvAppChannel instance.- Returns:
- The built TvAppChannel instance.
-
setIp
Sets the IP address of the TvAppChannel.- Parameters:
value
- The IP address to set.- Returns:
- The Builder instance.
-
setLang
Sets the language of the TvAppChannel.- Parameters:
value
- The language to set.- Returns:
- The Builder instance.
-
setDeviceId
Sets the device ID of the TvAppChannel.- Parameters:
value
- The device ID to set.- Returns:
- The Builder instance.
-