Class UdtValue

java.lang.Object
de.aristaflow.ilm.model.datamanagement.UdtValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IdentifiedUdtValue

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

    • subClass

      @Size(min=1) public @Size(min=1) String subClass
      This is used as additional information for rich type hierarchies.
    • value

      public String value
      The string representation of the value, which is an (optionally) gzipped and Base64-encoded byte[] or null in case the value is ADEPT2-Null.
    • udtName

      @NotNull public @NotNull String udtName
  • Constructor Details

    • UdtValue

      public UdtValue()