java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.TvChannelImpl
All Implemented Interfaces:
TvChannel

public class TvChannelImpl extends Object implements TvChannel
Represents a TV channel
  • Method Details

    • getName

      public String getName()
      Returns the name of the channel represented by the current instance
      Specified by:
      getName in interface TvChannel
      Returns:
      - the name of the channel represented by the current instance
    • getTime

      public Date getTime()
      Returns a Date specifying when the coverage on the channel starts
      Specified by:
      getTime in interface TvChannel
      Returns:
      - a Date specifying when the coverage on the channel represented by the current TvChannel starts, or a null reference if the time is not known
    • getStreamUrl

      public String getStreamUrl()
      Returns the stream url of the channel represented by the current instance
      Specified by:
      getStreamUrl in interface TvChannel
      Returns:
      - the stream url of the channel represented by the current instance
    • toString

      public String toString()
      Returns a String describing the current TvChannel instance
      Overrides:
      toString in class Object
      Returns:
      - a String describing the current TvChannel instance
    • export

      public ExportableTvChannelCi export()