Package org.openhab.core.thing.link.dto
Class ItemChannelLinkDTO
java.lang.Object
org.openhab.core.thing.link.dto.AbstractLinkDTO
org.openhab.core.thing.link.dto.ItemChannelLinkDTO
- Direct Known Subclasses:
EnrichedItemChannelLinkDTO
This is a data transfer object that is used to serialize links.
- Author:
- Dennis Nobel - Initial contribution
-
Field Summary
Fields inherited from class org.openhab.core.thing.link.dto.AbstractLinkDTO
itemName
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for deserialization e.g. -
Method Summary
-
Field Details
-
channelUID
-
configuration
-
-
Constructor Details
-
ItemChannelLinkDTO
protected ItemChannelLinkDTO()Default constructor for deserialization e.g. by Gson. -
ItemChannelLinkDTO
-