Class SmsChannel

java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.SmsChannel

public class SmsChannel extends Channel
Represents an SMS channel.
  • Constructor Details

    • SmsChannel

      public SmsChannel()
  • Method Details

    • newBuilder

      public static SmsChannel.Builder newBuilder()
      Creates a new instance of SmsChannel.Builder.
      Returns:
      The SmsChannel.Builder instance.
    • getLang

      public String getLang()
      Gets the language of the SMS channel.
      Returns:
      The language of the SMS channel.
    • setLang

      public void setLang(String value)
      Sets the language of the SMS channel.
      Parameters:
      value - The language to set.
    • getDeviceId

      public String getDeviceId()
      Gets the device ID of the SMS channel.
      Returns:
      The device ID of the SMS channel.
    • setDeviceId

      public void setDeviceId(String value)
      Sets the device ID of the SMS channel.
      Parameters:
      value - The device ID to set.