Package de.aristaflow.ilm.model.common
Class CheckReport
java.lang.Object
de.aristaflow.ilm.model.common.CheckReport
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChangeReport
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionList<@NotNull @Valid CheckReport.Entry>@NotBlank StringThe language of the report as a IETF BCP 47 language tag.@NotNull CheckReport.ResultType@Size(min=1) StringThis is used as additional information for rich type hierarchies. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subClass
This is used as additional information for rich type hierarchies. -
overallResult
-
entries
-
base
-
langTag
The language of the report as a IETF BCP 47 language tag.
-
-
Constructor Details
-
CheckReport
public CheckReport()The constructor required for bean deserialisation.
-