Class RegistryKeyEntity


  • public final class RegistryKeyEntity
    extends EntityInner
    Represents a registry key entity.
    • Constructor Detail

      • RegistryKeyEntity

        public RegistryKeyEntity()
    • Method Detail

      • hive

        public RegistryHive hive()
        Get the hive property: the hive that holds the registry key.
        Returns:
        the hive value.
      • key

        public String key()
        Get the key property: The registry key path.
        Returns:
        the key value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.