Class AgentChannel

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

public class AgentChannel extends Channel
Represents an agent channel.
  • Constructor Details

    • AgentChannel

      public AgentChannel()
  • Method Details

    • newBuilder

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

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

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