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