Class RichAgent
- java.lang.Object
-
- de.aristaflow.ilm.base.sessionmanagement.RichAgent
-
- All Implemented Interfaces:
Serializable
public class RichAgent extends Object implements Serializable
- See Also:
RichAgent
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<@NotBlank String,String>
additionalAttributes
@NotNull @Valid QualifiedAgent
agent
@NotBlank String
langTag
The language of the agent as an IETF BCP 47 language tag.@NotNull String
mailAddress
@NotNull String
userReadableName
-
Constructor Summary
Constructors Constructor Description RichAgent()
-
-
-
Field Detail
-
agent
@NotNull @Valid public @NotNull @Valid QualifiedAgent agent
-
userReadableName
@NotNull public @NotNull String userReadableName
-
mailAddress
@NotNull public @NotNull String mailAddress
-
langTag
@NotBlank public @NotBlank String langTag
The language of the agent as an IETF BCP 47 language tag.
-
-