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
See Also:
  • Field Details

    • 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
    • affectedElements

      public List<@NotNull URI> affectedElements
    • localisedMessage

      public Map<@NotBlank String,@NotEmpty String> localisedMessage
      The messages for specific locales where the keys are IETF BCP 47 language tags.
  • Constructor Details

    • Entry

      public Entry()