Class MobileAppChannel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.MobileAppChannel
Represents a mobile app channel.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for MobileAppChannel. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the device ID of the mobile app channel.getIp()Gets the IP address of the mobile app channel.getLang()Gets the language of the mobile app channel.static MobileAppChannel.BuilderCreates a new instance of MobileAppChannel.Builder.voidsetDeviceId(String value) Sets the device ID of the mobile app channel.voidSets the IP address of the mobile app channel.voidSets the language of the mobile 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
- 
MobileAppChannel
public MobileAppChannel() 
 - 
 - 
Method Details
- 
newBuilder
Creates a new instance of MobileAppChannel.Builder.- Returns:
 - The builder instance.
 
 - 
getIp
Gets the IP address of the mobile app channel.- Returns:
 - The IP address.
 
 - 
setIp
Sets the IP address of the mobile app channel.- Parameters:
 value- The IP address to set.
 - 
getLang
Gets the language of the mobile app channel.- Returns:
 - The language.
 
 - 
setLang
Sets the language of the mobile app channel.- Parameters:
 value- The language to set.
 - 
getDeviceId
Gets the device ID of the mobile app channel.- Returns:
 - The device ID.
 
 - 
setDeviceId
Sets the device ID of the mobile app channel.- Parameters:
 value- The device ID to set.
 
 -