Interface CheckContentEntry


@Immutable public interface CheckContentEntry
  • Method Details

    • getStatus

      String getStatus()
    • getKey

      org.projectnessie.model.ContentKey getKey()
    • getContent

      @Nullable org.projectnessie.model.Content getContent()
    • getErrorMessage

      @Nullable String getErrorMessage()
    • getExceptionStackTrace

      @Nullable String getExceptionStackTrace()