Package de.aristaflow.ilm.model.common
Class CheckReport.Entry
- java.lang.Object
-
- de.aristaflow.ilm.model.common.CheckReport.Entry
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CheckReport
public static class CheckReport.Entry extends Object implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description List<@NotNull URI>affectedElements@NotNull StringcheckId@NotNull IntegerentryNumberMap<@NotBlank String,@NotEmpty String>localisedMessageThe messages for specific locales where the keys are IETF BCP 47 language tags.@NotNull Stringmessage@NotNull CheckReport.ResultTyperesultType
-
Constructor Summary
Constructors Constructor Description Entry()
-
-
-
Field Detail
-
entryNumber
@NotNull public @NotNull Integer entryNumber
-
checkId
@NotNull public @NotNull String checkId
-
resultType
@NotNull public @NotNull CheckReport.ResultType resultType
-
message
@NotNull public @NotNull String message
-
localisedMessage
public Map<@NotBlank String,@NotEmpty String> localisedMessage
The messages for specific locales where the keys are IETF BCP 47 language tags.
-
-