Package de.aristaflow.ilm.model.common
Class ConfigurationDescEntry
- java.lang.Object
-
- de.aristaflow.ilm.model.common.ConfigurationDescEntry
-
- All Implemented Interfaces:
Serializable
public class ConfigurationDescEntry extends Object implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull StringdescMap<@NotBlank String,@NotEmpty String>locDescA mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull Stringname@NotNull BooleanoptionalList<@NotNull String>restrictions@NotNull ProcessConstants.AdeptDataTypetypeMap<@NotBlank String,@NotNull String>userAttributes
-
Constructor Summary
Constructors Constructor Description ConfigurationDescEntry()
-
-
-
Field Detail
-
name
@NotNull public @NotNull String name
-
desc
@NotNull public @NotNull String desc
-
locDesc
public Map<@NotBlank String,@NotEmpty String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
type
@NotNull public @NotNull ProcessConstants.AdeptDataType type
-
optional
@NotNull public @NotNull Boolean optional
-
-