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 String
checkId
@NotNull Integer
entryNumber
Map<@NotBlank String,@NotBlank String>
localisedMessage
The messages for specific locales where the keys are IETF BCP 47 language tags.@NotNull String
message
@NotNull CheckReport.ResultType
resultType
-
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,@NotBlank String> localisedMessage
The messages for specific locales where the keys are IETF BCP 47 language tags.
-
-