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