Class ThingTypeUID


@NonNullByDefault public class ThingTypeUID extends UID
ThingTypeUID represents a unique identifier for thing types.
Author:
Dennis Nobel - Initial contribution, Jochen Hiller - Bugfix 455434: added default constructor
  • Constructor Details

    • ThingTypeUID

      public ThingTypeUID(String uid)
    • ThingTypeUID

      public ThingTypeUID(String bindingId, String thingTypeId)
  • Method Details

    • getMinimalNumberOfSegments

      protected int getMinimalNumberOfSegments()
      Description copied from class: AbstractUID
      Specifies how many segments the UID has to have at least.
      Specified by:
      getMinimalNumberOfSegments in class AbstractUID
      Returns:
      the number of segments
    • getId

      public String getId()