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