Class MobileChannel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.MobileChannel
Represents a mobile channel.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the MobileChannel class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the device ID associated with the mobile channel.getIp()
Gets the IP address associated with the mobile channel.getLang()
Gets the language associated with the mobile channel.static MobileChannel.Builder
Creates a new instance of the MobileChannel.Builder class.void
setDeviceId
(String value) Sets the device ID for the mobile channel.void
Sets the IP address for the mobile channel.void
Sets the language for the mobile channel.Methods inherited from class com.sportradar.mbs.sdk.entities.channel.Channel
newAgentChannelBuilder, newCallCentreChannelBuilder, newInternetChannelBuilder, newMobileAppChannelBuilder, newMobileChannelBuilder, newPhoneChannelBuilder, newRetailChannelBuilder, newSmsChannelBuilder, newTerminalChannelBuilder, newTvAppChannelBuilder
-
Constructor Details
-
MobileChannel
public MobileChannel()
-
-
Method Details
-
newBuilder
Creates a new instance of the MobileChannel.Builder class.- Returns:
- A new instance of the MobileChannel.Builder class.
-
getIp
Gets the IP address associated with the mobile channel.- Returns:
- The IP address associated with the mobile channel.
-
setIp
Sets the IP address for the mobile channel.- Parameters:
value
- The IP address to set.
-
getLang
Gets the language associated with the mobile channel.- Returns:
- The language associated with the mobile channel.
-
setLang
Sets the language for the mobile channel.- Parameters:
value
- The language to set.
-
getDeviceId
Gets the device ID associated with the mobile channel.- Returns:
- The device ID associated with the mobile channel.
-
setDeviceId
Sets the device ID for the mobile channel.- Parameters:
value
- The device ID to set.
-