Uses of Class
org.openhab.core.thing.dto.ThingDTO
Package
Description
-
Uses of ThingDTO in org.openhab.core.thing.dto
Modifier and TypeMethodDescriptionstatic ThingDTO
Maps thing into thing data transfer object (DTO). -
Uses of ThingDTO in org.openhab.core.thing.events
Modifier and TypeMethodDescriptionThingUpdatedEvent.getOldThing()
Gets the old thing.AbstractThingRegistryEvent.getThing()
Gets the thing data transfer object.ModifierConstructorDescriptionprotected
AbstractThingRegistryEvent
(String topic, String payload, @Nullable String source, ThingDTO thing) Must be called in subclass constructor to create a new thing registry event.protected
ThingAddedEvent
(String topic, String payload, ThingDTO thing) Constructs a new thing added event object.protected
ThingRemovedEvent
(String topic, String payload, ThingDTO thing) Constructs a new thing removed event object.protected
ThingUpdatedEvent
(String topic, String payload, ThingDTO thing, ThingDTO oldThing) Constructs a new thing updated event object. -
Uses of ThingDTO in org.openhab.core.thing.util