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:
UDTValue
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UdtValue()
-
-
-
Field Detail
-
subClass
@NotBlank public @NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
value
public String value
The string representation of the value, which is a Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null.
-
udtName
@NotNull public @NotNull String udtName
-
-