Class StrippedThingTypeDTO

java.lang.Object
org.openhab.core.thing.dto.StrippedThingTypeDTO
Direct Known Subclasses:
ThingTypeDTO

public class StrippedThingTypeDTO extends Object
This is a data transfer object that is used to serialize stripped thing types. Stripped thing types exclude the parameters, configDescription and channels
Author:
Miki Jankov - Initial contribution
  • Field Details

    • UID

      public String UID
    • label

      public String label
    • description

      public String description
    • category

      public String category
    • listed

      public boolean listed
    • supportedBridgeTypeUIDs

      public List<String> supportedBridgeTypeUIDs
    • bridge

      public boolean bridge
  • Constructor Details

    • StrippedThingTypeDTO

      public StrippedThingTypeDTO()
    • StrippedThingTypeDTO

      public StrippedThingTypeDTO(String uid, String label, String description, String category, boolean listed, List<String> supportedBridgeTypeUIDs, boolean bridge)