Class TemplTreeDataElement

java.lang.Object
de.aristaflow.ilm.model.monitor.TemplTreeDataElement
All Implemented Interfaces:
Serializable

public class TemplTreeDataElement extends Object implements Serializable
See Also:
  • Field Details

    • id

      @NotNull public @NotNull Integer id
    • name

      @NotNull public @NotNull String name
    • hierPath

      @Size(min=1) public @Size(min=1) List<@NotNull Integer> hierPath
    • dataTypes

      @NotNull public @NotNull Map<@NotNull UUID,@NotNull ProcessConstants.AdeptDataType> dataTypes
    • udtNames

      public Map<@NotNull UUID,@NotNull String> udtNames
    • identifiers

      @NotNull public @NotNull Map<@NotNull UUID,@NotNull UUID> identifiers
    • typesConsidered

      @NotNull public @NotNull Boolean typesConsidered
  • Constructor Details

    • TemplTreeDataElement

      public TemplTreeDataElement()