Package org.openhab.core.thing.dto
Class AbstractThingDTO
java.lang.Object
org.openhab.core.thing.dto.AbstractThingDTO
- Direct Known Subclasses:
EnrichedThingDTO
,ThingDTO
This is a data transfer object that is used to serialize things.
- Author:
- Dennis Nobel - Initial contribution, Thomas Höfer - Added thing and thing type properties, Stefan Bußweiler - Added new thing status handling, Simon Kaufmann - Added label, Wouter Born - Let (Enriched)ThingDTO extend AbstractThingDTO so both can define their own "channels" type
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
label
-
bridgeUID
-
configuration
-
properties
-
UID
-
thingTypeUID
-
location
-
-
Constructor Details
-
AbstractThingDTO
public AbstractThingDTO() -
AbstractThingDTO
-