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 String
desc
Map<@NotBlank String,@NotBlank String>
locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull String
name
@NotNull Boolean
optional
List<@NotNull String>
restrictions
@NotNull ProcessConstants.AdeptDataType
type
Map<@NotBlank String,@NotBlank 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,@NotBlank 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
-
-