Class DiscoveryInfoDTO

java.lang.Object
org.openhab.core.io.rest.core.discovery.DiscoveryInfoDTO

@NonNullByDefault public class DiscoveryInfoDTO extends Object
This is a data transfer object that is used to serialize the information about binding discovery.
Author:
Laurent Garnier - Initial contribution
  • Field Details

    • inputSupported

      public boolean inputSupported
    • inputLabel

      public @Nullable String inputLabel
    • inputDescription

      public @Nullable String inputDescription
  • Constructor Details

    • DiscoveryInfoDTO

      public DiscoveryInfoDTO(boolean inputSupported, @Nullable String inputLabel, @Nullable String inputDescription)