Interface CheckContentEntry


  • @Immutable
    public interface CheckContentEntry
    • Method Detail

      • getStatus

        java.lang.String getStatus()
      • getKey

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

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

        @Nullable
        java.lang.String getErrorMessage()
      • getExceptionStackTrace

        @Nullable
        java.lang.String getExceptionStackTrace()