Class ChannelList

java.lang.Object
cl.netswitch.lib.dto.ChannelList
All Implemented Interfaces:
Serializable

public final class ChannelList extends Object implements Serializable
Wraps a list of channel information items.
See Also:
  • Field Details

    • channels

      public List<ChannelInfo> channels
      List of channel information items.
  • Constructor Details

    • ChannelList

      public ChannelList()
      Constructs a new ChannelList instance.