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