Class DiscoveryResultDTO
java.lang.Object
org.openhab.core.config.discovery.dto.DiscoveryResultDTO
This is a data transfer object that is used to serialize discovery results.
- Author:
 - Dennis Nobel - Initial contribution, Thomas Höfer - Added representation
 
- 
Field Summary
FieldsModifier and TypeFieldDescription@Nullable String@Nullable DiscoveryResultFlag@Nullable String@Nullable String@Nullable String - 
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryResultDTO(String thingUID, @Nullable String bridgeUID, @Nullable String thingTypeUID, String label, DiscoveryResultFlag flag, Map<String, Object> properties, @Nullable String representationProperty)  - 
Method Summary
 
- 
Field Details
- 
bridgeUID
 - 
flag
 - 
label
 - 
properties
 - 
representationProperty
 - 
thingUID
 - 
thingTypeUID
 
 - 
 - 
Constructor Details
- 
DiscoveryResultDTO
public DiscoveryResultDTO() - 
DiscoveryResultDTO
 
 -