Class EnrichedChannelDTO

java.lang.Object
org.openhab.core.thing.dto.ChannelDTO
org.openhab.core.io.rest.core.thing.EnrichedChannelDTO

public class EnrichedChannelDTO extends ChannelDTO
This is a data transfer object that is used to serialize channels with dynamic data like linked items.
Author:
Kai Kreuzer - Initial contribution
  • Field Details

    • linkedItems

      public final Set<String> linkedItems
  • Constructor Details

    • EnrichedChannelDTO

      public EnrichedChannelDTO(ChannelDTO channelDTO, Set<String> linkedItems)